Propriété EdmCoreModel.VocabularyAnnotations
Obtient la collection d'annotations de glossaire contenues dans ce modèle de noyau.
Espace de noms : Microsoft.Data.Edm.Library
Assembly : Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)
Syntaxe
'Déclaration
Public ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
Get
'Utilisation
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>
Valeur de propriété
Type : System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Collection d'annotations de glossaire.
Implémente
IEdmModel.VocabularyAnnotations