Partager via


Méthode EdmCoreModel.FindDeclaredVocabularyAnnotations

Recherche des annotations de glossaire spécifiées par ce modèle ou un modèle référencé d'un élément donné.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Function FindDeclaredVocabularyAnnotations ( _
    element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'Utilisation
Dim instance As EdmCoreModel
Dim element As IEdmVocabularyAnnotatable
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)

returnValue = instance.FindDeclaredVocabularyAnnotations(element)
public IEnumerable<IEdmVocabularyAnnotation> FindDeclaredVocabularyAnnotations(
    IEdmVocabularyAnnotatable element
)
public:
virtual IEnumerable<IEdmVocabularyAnnotation^>^ FindDeclaredVocabularyAnnotations(
    IEdmVocabularyAnnotatable^ element
) sealed
abstract FindDeclaredVocabularyAnnotations : 
        element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation> 
override FindDeclaredVocabularyAnnotations : 
        element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation> 
public final function FindDeclaredVocabularyAnnotations(
    element : IEdmVocabularyAnnotatable
) : IEnumerable<IEdmVocabularyAnnotation>

Paramètres

Valeur de retour

Type : System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Annotations de glossaire pour l'élément.

Implémente

IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)

Voir aussi

Référence

EdmCoreModel Classe

Espace de noms Microsoft.Data.Edm.Library