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使用 方法來取得指定控制項的用戶端識別碼。 如需詳細資訊,請參閱ClientID。
注意
這個方法主要由控制項開發人員使用。