CheckBoxList.FindControl(String, Int32) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在当前命名容器中搜索带指定 ID 和路径偏移量的服务器控件。 FindControl(String, Int32) 方法始终返回 CheckBoxList 对象。
protected:
override System::Web::UI::Control ^ FindControl(System::String ^ id, int pathOffset);
protected override System.Web.UI.Control FindControl (string id, int pathOffset);
override this.FindControl : string * int -> System.Web.UI.Control
Protected Overrides Function FindControl (id As String, pathOffset As Integer) As Control
参数
- id
- String
要查找的控件的标识符。
- pathOffset
- Int32
页面控件层次结构上到达命名容器所需的控件的数量。
返回
当前的 CheckBoxList。
注解
该方法 FindControl 主要由派生自类的 CheckBoxList 自定义控件中的控件开发人员使用。
该方法 FindControl 替代 FindControl 基 Control 类的方法。 不应重写此版本的 FindControl 方法。