Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the element to which the annotation is attached.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
ReadOnly Property Element As IEdmElement
Get
'Usage
Dim instance As IEdmDirectValueAnnotationBinding
Dim value As IEdmElement
value = instance.Element
IEdmElement Element { get; }
property IEdmElement^ Element {
IEdmElement^ get ();
}
abstract Element : IEdmElement
function get Element () : IEdmElement
Property Value
Type: Microsoft.Data.Edm.IEdmElement
The element to which the annotation is attached.