Partager via


ModelElement.GetAnnotations, méthode (Type)

Obtient une liste des annotations du type spécifié qui ont été 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 ( _
    annotationType As Type _
) As IList(Of IModelAnnotation)
public IList<IModelAnnotation> GetAnnotations(
    Type annotationType
)
public:
virtual IList<IModelAnnotation^>^ GetAnnotations(
    Type^ annotationType
) sealed
abstract GetAnnotations : 
        annotationType:Type -> IList<IModelAnnotation> 
override GetAnnotations : 
        annotationType:Type -> IList<IModelAnnotation> 
public final function GetAnnotations(
    annotationType : Type
) : IList<IModelAnnotation>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IList<IModelAnnotation>
Objet IList<T> de type IModelAnnotation, ou un type dérivé.

Implémentations

IModelAnnotationHolder.GetAnnotations(Type)

Sécurité .NET Framework

Voir aussi

Référence

ModelElement Classe

GetAnnotations, surcharge

Microsoft.Data.Schema.SchemaModel, espace de noms

IModelAnnotation

GetAnnotations