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()