Partager via


IModelAnnotationHolder.GetAnnotations, méthode

Retourne une liste d'annotations attachées à cet élément.

Espace de noms :  Microsoft.Data.Schema.SchemaModel
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
Function GetAnnotations As IList(Of IModelAnnotation)
IList<IModelAnnotation> GetAnnotations()
IList<IModelAnnotation^>^ GetAnnotations()
abstract GetAnnotations : unit -> IList<IModelAnnotation> 
function GetAnnotations() : IList<IModelAnnotation>

Valeur de retour

Type : System.Collections.Generic.IList<IModelAnnotation>
Liste contenant des annotations de modèle.

Sécurité .NET Framework

Voir aussi

Référence

IModelAnnotationHolder Interface

GetAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelAnnotation