Compartir a través de


EdmModelBase.FindDeclaredVocabularyAnnotations Método

Busca anotaciones de vocabulario especificadas por este modelo o un modelo al que se hace referencia para un elemento determinado.

Espacio de nombres:  Microsoft.Data.Edm.Library
Ensamblado:  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Sintaxis

'Declaración
Public Overridable Function FindDeclaredVocabularyAnnotations ( _
    element As IEdmVocabularyAnnotatable _
) As IEnumerable(Of IEdmVocabularyAnnotation)
'Uso
Dim instance As EdmModelBase
Dim element As IEdmVocabularyAnnotatable
Dim returnValue As IEnumerable(Of IEdmVocabularyAnnotation)

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

Parámetros

Valor devuelto

Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Anotaciones de vocabulario para el elemento.

Implementa

IEdmModel.FindDeclaredVocabularyAnnotations(IEdmVocabularyAnnotatable)

Vea también

Referencia

EdmModelBase Clase

Espacio de nombres Microsoft.Data.Edm.Library