다음을 통해 공유


ProfileBrowser.GetScriptReferences Method

Returns a list of client script resources that are required by the ProfileBrowserWebPart.

Namespace:  Microsoft.SharePoint.Portal.WebControls
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Protected Overridable Function GetScriptReferences As IEnumerable(Of ScriptReference)
'Usage
Dim returnValue As IEnumerable(Of ScriptReference)

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

Return Value

Type: System.Collections.Generic.IEnumerable<ScriptReference>
A collection of ScriptReference objects.

Remarks

This method returns a list of ScriptReference objects that defines script resources required by the WebPart.

See Also

Reference

ProfileBrowser Class

ProfileBrowser Members

Microsoft.SharePoint.Portal.WebControls Namespace