RegisteredExpandoAttribute.ControlId 属性

定义

获取注册自定义 (expando) 特性的控件的标识符。

public:
 property System::String ^ ControlId { System::String ^ get(); };
public string ControlId { get; }
member this.ControlId : string
Public ReadOnly Property ControlId As String

属性值

String

注册自定义特性的控件的标识符。

适用于