HierarchicalDataSourceControl.FindControl(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在当前的命名容器中搜索带指定 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
要查找的控件的标识符。
返回
指定的控件,如果指定的控件不存在则为 null
。