Condividi tramite


Metodo EdmCoreModel.FindDeclaredVocabularyAnnotations

Ricerca le annotazioni del vocabolario specificate dal modello o da un modello cui si fa riferimento per un elemento specificato.

Spazio dei nomi  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Sintassi

'Dichiarazione
Public Function FindDeclaredVocabularyAnnotations ( _
    element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'Utilizzo
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>

Parametri

Valore restituito

Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Annotazioni del vocabolario per l'elemento.

Implementa

IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)

Vedere anche

Riferimento

EdmCoreModel Classe

Spazio dei nomi Microsoft.Data.Edm.Library