Partager via


Propriété EdmModelBase.VocabularyAnnotations

Obtient la collection d'annotations de glossaire contenues dans ce modèle.

Espace de noms :  Microsoft.Data.Edm.Library
Assembly :  Microsoft.Data.Edm (en Microsoft.Data.Edm.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property VocabularyAnnotations As IEnumerable(Of IEdmVocabularyAnnotation)
    Get
'Utilisation
Dim instance As EdmModelBase
Dim value As IEnumerable(Of IEdmVocabularyAnnotation)

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

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<IEdmVocabularyAnnotation>
Collection d'annotations de glossaire contenues dans ce modèle.

Implémente

IEdmModel.VocabularyAnnotations

Voir aussi

Référence

EdmModelBase Classe

Espace de noms Microsoft.Data.Edm.Library