Partager via


Propriété IEdmVocabularyAnnotation.Target

Obtient l'élément auquel l'annotation s'applique.

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

Syntaxe

'Déclaration
ReadOnly Property Target As IEdmVocabularyAnnotatable
    Get
'Utilisation
Dim instance As IEdmVocabularyAnnotation
Dim value As IEdmVocabularyAnnotatable

value = instance.Target
IEdmVocabularyAnnotatable Target { get; }
property IEdmVocabularyAnnotatable^ Target {
    IEdmVocabularyAnnotatable^ get ();
}
abstract Target : IEdmVocabularyAnnotatable
function get Target () : IEdmVocabularyAnnotatable

Valeur de propriété

Type : Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Élément auquel l'annotation s'applique.

Voir aussi

Référence

IEdmVocabularyAnnotation Interface

Espace de noms Microsoft.Data.Edm.Annotations