Freigeben über


IEdmVocabularyAnnotation.Target-Eigenschaft

Ruft das Element ab, für das die Anmerkung gilt.

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

Syntax

'Declaration
ReadOnly Property Target As IEdmVocabularyAnnotatable
    Get
'Usage
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

Eigenschaftswert

Typ: Microsoft.Data.Edm.IEdmVocabularyAnnotatable
Das Element, für das die Anmerkung gilt.

Siehe auch

Verweis

IEdmVocabularyAnnotation Schnittstelle

Microsoft.Data.Edm.Annotations-Namespace