ModelElement.GetAnnotations, méthode (ModelIdentifier)
Obtient une liste des annotations ajoutées à l'élément spécifié, qui est un élément enfant de l'élément actuel.
Espace de noms : Microsoft.Data.Schema.SchemaModel
Assembly : Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)
Syntaxe
'Déclaration
Public Function GetAnnotations ( _
identifier As ModelIdentifier _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
ModelIdentifier identifier
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
ModelIdentifier^ identifier
) sealed
abstract GetAnnotations :
identifier:ModelIdentifier -> IList<IModelAnnotation>
override GetAnnotations :
identifier:ModelIdentifier -> IList<IModelAnnotation>
public final function GetAnnotations(
identifier : ModelIdentifier
) : IList<IModelAnnotation>
Paramètres
- identifier
Type : Microsoft.Data.Schema.SchemaModel.ModelIdentifier
ModelIdentifier qui identifie un élément enfant de l'élément actuel.
Valeur de retour
Type : System.Collections.Generic.IList<IModelAnnotation>
Objet IList<T> de type IModelAnnotation.
Implémentations
IModelAnnotationHolder.GetAnnotations(ModelIdentifier)
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.