AddInTreeBuildItemsT Method |
Builds all items at the specified add-in tree path.
Namespace: Altaxo.AddInItemsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static List<T> BuildItems<T>(
string path,
Object? parameter,
bool throwOnNotFound = true
)
Parameters
- path String
- The add-in tree path.
- parameter Object
- The parameter passed to the doozer and condition evaluators.
- throwOnNotFound Boolean (Optional)
- A value indicating whether a missing path should raise an exception.
Type Parameters
- T
- The expected item type.
Return Value
ListTThe built items.
See Also