Share via


StandardBindingElement.BindingElementType プロパティ

定義

派生クラスでオーバーライドされた場合、カスタム バインディング要素を表す Type オブジェクトを取得します。

protected:
 abstract property Type ^ BindingElementType { Type ^ get(); };
protected abstract Type BindingElementType { get; }
member this.BindingElementType : Type
Protected MustOverride ReadOnly Property BindingElementType As Type

プロパティ値

カスタム バインディングの種類を表す Type オブジェクト。

適用対象