BoundPropertyEntry.ControlID 属性

定义

获取或设置包含此绑定的控件的 ID。

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 property System::String ^ ControlID { System::String ^ get(); void set(System::String ^ value); };
public string ControlID { get; set; }
member this.ControlID : string with get, set
Public Property ControlID As String

属性值

String,具有包含此绑定的控件的 ID

适用于