Partager via


ExtensionMethods.VocabularyAnnotations Méthode

Définition

Obtient les annotations de glossaire d'un élément annotable comme indiqué par un modèle particulier.

public static System.Collections.Generic.IEnumerable<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation> VocabularyAnnotations (this Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable element, Microsoft.OData.Edm.IEdmModel model);
static member VocabularyAnnotations : Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotatable * Microsoft.OData.Edm.IEdmModel -> seq<Microsoft.OData.Edm.Vocabularies.IEdmVocabularyAnnotation>
<Extension()>
Public Function VocabularyAnnotations (element As IEdmVocabularyAnnotatable, model As IEdmModel) As IEnumerable(Of IEdmVocabularyAnnotation)

Paramètres

element
IEdmVocabularyAnnotatable

Référence à l'objet appelant.

model
IEdmModel

Modèle à vérifier pour les annotations.

Retours

Annotations attachées à l’élément par le modèle ou par les modèles référencés par le modèle.

S’applique à