We recommend using Visual Studio 2017
This documentation is archived and is not being maintained.
This documentation is archived and is not being maintained.
ModelStore.GetElements Method
Returns a list of the elements in the store.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| Name | Description |
---|
|
GetElements<TElement>(ModelElementQueryFilter)
|
|
|
GetElements(ModelElementResolutionStatus)
|
Returns a list of the elements in the store that has the given resolution status.
|
|
GetElements(ModelElementValidationStatus)
|
Returns a list of the elements in the store that has the given validation status.
|
|
GetElements(Type, ModelElementQueryFilter)
|
|
|
GetElements(ModelElementClass, ModelElementQueryFilter)
|
Returns elements that share the given metadata object as selected by the given filter.
|
|
GetElements(ModelElementResolutionStatus, Int32)
|
Returns a list of the elements that aredetermined by the count that has the given resolution status.
|
|
GetElements(ModelElementValidationStatus, Int32)
|
Returns a list of the elements that are determined by the count that has the given validation status.
|
|
GetElements<TElement>(ModelIdentifier, ModelElementQueryFilter)
|
|
|
GetElements(ModelIdentifier, ModelElementClass, ModelElementQueryFilter)
|
|
|
GetElements(ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter)
|
|
|
GetElements(ModelIdentifier, Type, ModelElementQueryFilter)
|
|
Top