ScriptWebPart.GetScriptReferences method

Namespace:  Microsoft.Office.Server.Search.WebControls
Assembly:  Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)

Syntax

'Declaration
Public Overridable Function GetScriptReferences As IEnumerable(Of ScriptReference)
'Usage
Dim instance As ScriptWebPart
Dim returnValue As IEnumerable(Of ScriptReference)

returnValue = instance.GetScriptReferences()
public virtual IEnumerable<ScriptReference> GetScriptReferences()

Return value

Type: System.Collections.Generic.IEnumerable<ScriptReference>

Implements

IScriptControl.GetScriptReferences()

See also

Reference

ScriptWebPart class

ScriptWebPart members

Microsoft.Office.Server.Search.WebControls namespace