DataSourceControl.FindControl(String) メソッド

定義

指定した id パラメーターを使用して、サーバー コントロールの現在の名前付けコンテナーを検索します。

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

パラメーター

id
String

検索されるコントロールの識別子。

戻り値

Control

指定したコントロール。指定したコントロールがない場合は null

適用対象