ProfilePropertyLoader.FindControlHelper 方法
搜索指定类型的控件的控件集合。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Shared Function FindControlHelper ( _
cRoot As ControlCollection, _
controlType As Type _
) As Control
用法
Dim cRoot As ControlCollection
Dim controlType As Type
Dim returnValue As Control
returnValue = ProfilePropertyLoader.FindControlHelper(cRoot, _
controlType)
public static Control FindControlHelper(
ControlCollection cRoot,
Type controlType
)
参数
cRoot
类型:System.Web.UI.ControlCollection要搜索的控件集合。
controlType
类型:System.Type要查找的控件类型。
返回值
类型:System.Web.UI.Control
找到的第一个控件的类型匹配。
备注
如果控件集合是 null ,或者如果找不到该控件,则此方法返回 null 。