次の方法で共有


IEdmDirectValueAnnotationBinding インターフェイス

定義

イミディエイト値を持つ EDM 注釈とそれがアタッチされている要素の組み合わせを表します。

public interface IEdmDirectValueAnnotationBinding
type IEdmDirectValueAnnotationBinding = interface
Public Interface IEdmDirectValueAnnotationBinding
派生

プロパティ

Element

注釈がアタッチされている要素を取得します。

Name

この注釈のローカル名を取得します。

NamespaceUri

注釈の名前空間 URI を取得します。

Value

この注釈の値を取得します。

適用対象