TreeControl.IScriptControl.GetScriptReferences method

Renders automatically generated code.

Namespace:  Microsoft.SharePoint.Taxonomy
Assembly:  Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)

Syntax

'Declaration
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Private Function GetScriptReferences As IEnumerable(Of ScriptReference)
    Implements IScriptControl.GetScriptReferences
'Usage
Dim instance As TreeControl
Dim returnValue As IEnumerable(Of ScriptReference)

returnValue = CType(instance, IScriptControl).GetScriptReferences()
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
IEnumerable<ScriptReference> IScriptControl.GetScriptReferences()

Return value

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

Implements

IScriptControl.GetScriptReferences()

See also

Reference

TreeControl class

TreeControl members

Microsoft.SharePoint.Taxonomy namespace