Xml.FindControl(String) Méthode

Définition

Recherche le contrôle serveur spécifié dans le conteneur d'attribution de noms de page.

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é ; sinon, null s'il n'existe pas.

S’applique à

Voir aussi