ModelStore.GetElements – metoda (ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter)
Obor názvů: Microsoft.Data.Schema.SchemaModel
Sestavení: Microsoft.Data.Schema (v Microsoft.Data.Schema.dll)
Syntaxe
'Deklarace
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>
Parametry
- identifier
Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifier
- identifierGroup
Typ: Microsoft.Data.Schema.SchemaModel.ModelIdentifierGroup
Vrácená hodnota
Typ: System.Collections.Generic.IList<IModelElement>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.