AddInTreeImplBuildItemsT Method |
Builds the items in the path. Ensures that all items have the type T.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IReadOnlyList<T> BuildItems<T>(
string path,
Object? parameter,
bool throwOnNotFound = true
)
Parameters
- path String
- A path in the addin tree.
- parameter Object
- The owner used to create the objects.
- throwOnNotFound Boolean (Optional)
- If true, throws a TreePathNotFoundException
if the path is not found. If false, an empty ArrayList is returned when the
path is not found.
Type Parameters
- T
[Missing <typeparam name="T"/> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.BuildItems``1(System.String,System.Object,System.Boolean)"]
Return Value
IReadOnlyListT[Missing <returns> documentation for "M:Altaxo.AddInItems.AddInTreeImpl.BuildItems``1(System.String,System.Object,System.Boolean)"]
Implements
IAddInTreeBuildItemsT(String, Object, Boolean)See Also