IAddInTreeBuildItemsT 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.3572.0 (4.8.3572.0)
SyntaxIReadOnlyList<T> BuildItems<T>(
string path,
Object? parameter,
bool throwOnNotFound = true
)
Parameters
- path String
- A path in the addin tree.
- parameter Object
- A parameter that gets passed into the doozer and condition evaluators.
- throwOnNotFound Boolean (Optional)
- If true, throws a TreePathNotFoundException
if the path is not found. If false, an empty list is returned when the
path is not found.
Type Parameters
- T
- The expected item type.
Return Value
IReadOnlyListTThe built items.
See Also