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