Compartir a través de


EdmCoreModel.VocabularyAnnotations Propiedad

Obtiene la colección de anotaciones de vocabulario contenidas en este modelo de núcleo.

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

Sintaxis

'Declaración
Public ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
'Uso
Dim instance As EdmCoreModel
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)

value = instance.VocabularyAnnotations
public IEnumerable<IEdmVocabularyAnnotation> VocabularyAnnotations { get; }
public:
virtual property IEnumerable<IEdmVocabularyAnnotation^>^ VocabularyAnnotations {
    IEnumerable<IEdmVocabularyAnnotation^>^ get () sealed;
}
abstract VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
override VocabularyAnnotations : IEnumerable<IEdmVocabularyAnnotation>
final function get VocabularyAnnotations () : IEnumerable<IEdmVocabularyAnnotation>

Valor de la propiedad

Tipo: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Colección de anotaciones de vocabulario.

Implementa

IEdmModel.VocabularyAnnotations

Vea también

Referencia

EdmCoreModel Clase

Espacio de nombres Microsoft.Data.Edm.Library