HierarchicalDataSourceControl.FindControl(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.
Recherche un contrôle serveur possédant le paramètre id
spécifié dans le conteneur d'attribution de noms actuel.
public:
override System::Web::UI::Control ^ FindControl(System::String ^ id);
public override System.Web.UI.Control FindControl (string id);
override this.FindControl : string -> System.Web.UI.Control
Public Overrides Function FindControl (id As String) As Control
Paramètres
- id
- String
Identificateur du contrôle à rechercher.
Retours
Contrôle spécifié, ou null
s'il n'existe pas.