ProfileBrowser.GetScriptReferences 方法

返回所需的ProfileBrowserWebPart的客户端脚本资源的列表。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Protected Overridable Function GetScriptReferences As IEnumerable(Of ScriptReference)
用法
Dim returnValue As IEnumerable(Of ScriptReference)

returnValue = Me.GetScriptReferences()
protected virtual IEnumerable<ScriptReference> GetScriptReferences()

返回值

类型:System.Collections.Generic.IEnumerable<ScriptReference>
ScriptReference 对象的集合。

备注

此方法返回的ScriptReference对象的列表,用于定义所需的WebPart脚本资源。

另请参阅

引用

ProfileBrowser 类

ProfileBrowser 成员

Microsoft.SharePoint.Portal.WebControls 命名空间