Méthode IEdmModel.FindDeclaredVocabularyAnnotations
Recherche des annotations de glossaire spécifiées par ce modèle.
Espace de noms : Microsoft.Data.Edm
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Function FindDeclaredVocabularyAnnotations ( _
element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'Utilisation
Dim instance As IEdmModel
Dim element As IEdmVocabularyAnnotatable
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)
returnValue = instance.FindDeclaredVocabularyAnnotations(element)
IEnumerable<IEdmVocabularyAnnotation> FindDeclaredVocabularyAnnotations(
IEdmVocabularyAnnotatable element
)
IEnumerable<IEdmVocabularyAnnotation^>^ FindDeclaredVocabularyAnnotations(
IEdmVocabularyAnnotatable^ element
)
abstract FindDeclaredVocabularyAnnotations :
element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation>
function FindDeclaredVocabularyAnnotations(
element : IEdmVocabularyAnnotatable
) : IEnumerable<IEdmVocabularyAnnotation>
Paramètres
- element
Type : Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Élément annoté.
Valeur de retour
Type : System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Annotations de glossaire pour l'élément.