ProfilePropertyLoader.FindLoader 方法
查找当前的HttpContext中指定的PageProfilePropertyLoader控件。
命名空间: Microsoft.SharePoint.Portal.WebControls
程序集: Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)
语法
声明
Public Shared Function FindLoader ( _
objPage As Page _
) As ProfilePropertyLoader
用法
Dim objPage As Page
Dim returnValue As ProfilePropertyLoader
returnValue = ProfilePropertyLoader.FindLoader(objPage)
public static ProfilePropertyLoader FindLoader(
Page objPage
)
参数
objPage
类型:System.Web.UI.Page要搜索的ProfilePropertyLoader控件的页。
返回值
类型:Microsoft.SharePoint.Portal.WebControls.ProfilePropertyLoader
与页关联的配置文件属性加载程序控件。
备注
如果指定的Page是 null ,则此方法将总是返回 null 。