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
)

参数

  • controlType
    类型:System.Type

    要查找的控件的类型。

返回值

类型:System.Web.UI.Control
找到的第一个控件的类型匹配。.

备注

如果objPage是 null ,或找不到某个控件时,此方法会返回 null 。

另请参阅

引用

ProfilePropertyLoader 类

ProfilePropertyLoader 成员

Microsoft.SharePoint.Portal.WebControls 命名空间