Freigeben über


EdmCoreModel.VocabularyAnnotations-Eigenschaft

Ruft die Auflistung von Vokabularanmerkungen ab, die in diesem Kernmodell enthalten sind.

Namespace:  Microsoft.Data.Edm.Library
Assembly:  Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)

Syntax

'Declaration
Public ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
'Usage
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>

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Die Auflistung von Vokabularanmerkungen.

Implementiert

IEdmModel.VocabularyAnnotations

Siehe auch

Verweis

EdmCoreModel Klasse

Microsoft.Data.Edm.Library-Namespace