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

适用于