Metodo EdmModel.FindDeclaredVocabularyAnnotations
Ricerca le annotazioni del vocabolario specificate da questo modello.
Spazio dei nomi Microsoft.Data.Edm.Library
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Sintassi
'Dichiarazione
Public Overrides Function FindDeclaredVocabularyAnnotations ( _
element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'Utilizzo
Dim instance As EdmModel
Dim element As IEdmVocabularyAnnotatable
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)
returnValue = instance.FindDeclaredVocabularyAnnotations(element)
public override IEnumerable<IEdmVocabularyAnnotation> FindDeclaredVocabularyAnnotations(
IEdmVocabularyAnnotatable element
)
public:
virtual IEnumerable<IEdmVocabularyAnnotation^>^ FindDeclaredVocabularyAnnotations(
IEdmVocabularyAnnotatable^ element
) override
abstract FindDeclaredVocabularyAnnotations :
element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation>
override FindDeclaredVocabularyAnnotations :
element:IEdmVocabularyAnnotatable -> IEnumerable<IEdmVocabularyAnnotation>
public override function FindDeclaredVocabularyAnnotations(
element : IEdmVocabularyAnnotatable
) : IEnumerable<IEdmVocabularyAnnotation>
Parametri
- element
Tipo: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Elemento annotato.
Valore restituito
Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Annotazioni del vocabolario per l'elemento.
Implementa
IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)