ModelStore.GetElements, méthode (ModelIdentifier, ModelIdentifierGroup, ModelElementQueryFilter)
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
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>
Paramètres
- identifier
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
- identifierGroup
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifierGroup
Valeur de retour
Type : System.Collections.Generic.IList<IModelElement>
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.