BaseValidator.GetControlRenderID(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient l'ID client du contrôle spécifié.
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
Paramètres
- name
- String
Nom du contrôle à partir duquel obtenir l'ID client.
Retours
ID client du contrôle spécifié.
Remarques
Utilisez la GetControlRenderID méthode pour obtenir l’ID client du contrôle spécifié. Pour plus d’informations, consultez ClientID.
Notes
Cette méthode est principalement utilisée par des développeurs de contrôles.