ListView.FindPlaceholder(String, Control) 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 le conteneur spécifié pour un contrôle qui possède l'identificateur spécifié.
protected:
virtual System::Web::UI::Control ^ FindPlaceholder(System::String ^ containerID, System::Web::UI::Control ^ container);
protected virtual System.Web.UI.Control FindPlaceholder (string containerID, System.Web.UI.Control container);
abstract member FindPlaceholder : string * System.Web.UI.Control -> System.Web.UI.Control
override this.FindPlaceholder : string * System.Web.UI.Control -> System.Web.UI.Control
Protected Overridable Function FindPlaceholder (containerID As String, container As Control) As Control
Paramètres
- containerID
- String
Identificateur du contrôle à rechercher.
- container
- Control
Le conteneur à rechercher.
Retours
Le contrôle spécifié, ou null
si le contrôle spécifié est introuvable.
Remarques
Cette méthode est principalement utilisée par les développeurs de contrôles pour étendre le ListView contrôle.