ContextBindingElementExtensionElement.BindingElementType 属性
定义
获取表示绑定元素的 Type 对象。Gets the Type object that represents the binding element.
public:
virtual property Type ^ BindingElementType { Type ^ get(); };
public override Type BindingElementType { get; }
member this.BindingElementType : Type
Public Overrides ReadOnly Property BindingElementType As Type
属性值
- Type
一个表示绑定元素的 Type 对象。A Type object that represents the binding element.
适用于