ScriptBehaviorDescriptor.ElementID 属性
定义
获取关联元素的 id 特性,它在构造函数中进行设置。Gets the id attribute of the associated element, as set in the constructor.
public:
property System::String ^ ElementID { System::String ^ get(); };
public string ElementID { get; }
member this.ElementID : string
Public ReadOnly Property ElementID As String
属性值
目标控件的客户端 ID,该 ID 在构造函数中进行设置。The client ID of the target control, as set in the constructor.