ControlBuilder.ID 属性

定义

获取或设置要生成的控件的标识符属性。Gets or sets the identifier property for the control to be built.

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

属性值

String

控件的标识符属性。The identifier property for the control.

适用于