PeerTransportElement.BindingElementType 属性

定义

获取表示自定义绑定元素的 Type 对象。Gets the Type object that represents the custom 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 custom binding element.

适用于