Freigeben über


TreeControl.IScriptControl.GetScriptReferences-Methode

Rendert automatisch generierten Code hinzu.

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

Rückgabewert

Typ: System.Collections.Generic.IEnumerable<ScriptReference>
Gibt IEnumerable<T>zurück.

Implementiert

IScriptControl.GetScriptReferences()

Siehe auch

Referenz

TreeControl Klasse

TreeControl-Member

Microsoft.SharePoint.Taxonomy-Namespace