BaseValidator.GetControlRenderID(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得指定控制的客戶端 ID。
protected:
System::String ^ GetControlRenderID(System::String ^ name);
protected string GetControlRenderID(string name);
member this.GetControlRenderID : string -> string
Protected Function GetControlRenderID (name As String) As String
參數
- name
- String
要取得客戶 ID 的控制點名稱。
傳回
指定控制項的客戶端 ID。
備註
使用該 GetControlRenderID 方法取得指定控制項的客戶端 ID。 如需詳細資訊,請參閱ClientID。
Note
此方法主要由控制開發者使用。