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