ListView.FindPlaceholder(String, Control) Méthode

Définition

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

Control

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.

S’applique à

Voir aussi