ModelStore.GetElements Method (ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter)

Namespace:  Microsoft.Data.Schema.SchemaModel
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
Public Function GetElements ( _
    identifier As ModelIdentifier, _
    identifierGroup As ModelIdentifierGroup, _
    filter As ModelElementQueryFilter _
) As IList(Of IModelElement)
public IList<IModelElement> GetElements(
    ModelIdentifier identifier,
    ModelIdentifierGroup identifierGroup,
    ModelElementQueryFilter filter
)
public:
IList<IModelElement^>^ GetElements(
    ModelIdentifier^ identifier, 
    ModelIdentifierGroup^ identifierGroup, 
    ModelElementQueryFilter filter
)
member GetElements : 
        identifier:ModelIdentifier * 
        identifierGroup:ModelIdentifierGroup * 
        filter:ModelElementQueryFilter -> IList<IModelElement> 
public function GetElements(
    identifier : ModelIdentifier, 
    identifierGroup : ModelIdentifierGroup, 
    filter : ModelElementQueryFilter
) : IList<IModelElement>

Parameters

Return Value

Type: System.Collections.Generic.IList<IModelElement>

.NET Framework Security

See Also

Reference

ModelStore Class

GetElements Overload

Microsoft.Data.Schema.SchemaModel Namespace