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 or sets the element to which the annotation is attached.
Namespace: Microsoft.Data.Edm.Library.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public ReadOnly Property Element As IEdmElement
Get
'Usage
Dim instance As EdmTypedDirectValueAnnotationBinding
Dim value As IEdmElement
value = instance.Element
public IEdmElement Element { get; }
public:
virtual property IEdmElement^ Element {
IEdmElement^ get () sealed;
}
abstract Element : IEdmElement
override Element : IEdmElement
final function get Element () : IEdmElement
Property Value
Type: Microsoft.Data.Edm.IEdmElement
The element to which the annotation is attached.
Implements
IEdmDirectValueAnnotationBinding.Element