Element クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.Data.Edm.Library.Annotations
アセンブリ: Microsoft.Data.Edm (Microsoft.Data.Edm.dll)
構文
'宣言
Public Sub New ( _
element As IEdmElement, _
value As T _
)
'使用
Dim element As IEdmElement
Dim value As T
Dim instance As New EdmTypedDirectValueAnnotationBinding(element, _
value)
public EdmTypedDirectValueAnnotationBinding(
IEdmElement element,
T value
)
public:
EdmTypedDirectValueAnnotationBinding(
IEdmElement^ element,
T value
)
new :
element:IEdmElement *
value:'T -> EdmTypedDirectValueAnnotationBinding
public function EdmTypedDirectValueAnnotationBinding(
element : IEdmElement,
value : T
)
パラメーター
- element
型: Microsoft.Data.Edm.IEdmElement
注釈のアタッチ先の要素。
- value
型: T
注釈の値。
関連項目
参照
EdmTypedDirectValueAnnotationBinding<T> クラス