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.
Represents the combination of an EDM annotation with an immediate value and the element to which it is attached.
Namespace: Microsoft.Data.Edm.Annotations
Assembly: Microsoft.Data.Edm (in Microsoft.Data.Edm.dll)
Syntax
'Declaration
Public Interface IEdmDirectValueAnnotationBinding
'Usage
Dim instance As IEdmDirectValueAnnotationBinding
public interface IEdmDirectValueAnnotationBinding
public interface class IEdmDirectValueAnnotationBinding
type IEdmDirectValueAnnotationBinding = interface end
public interface IEdmDirectValueAnnotationBinding
The IEdmDirectValueAnnotationBinding type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Element | Gets the element to which the annotation is attached. |
![]() |
Name | Gets the local name of this annotation. |
![]() |
NamespaceUri | Gets the namespace of the annotation. |
![]() |
Value | Gets the value of this annotation. |
Top
.gif)