ISchemaModelViewer.GetExpandedNodes-Methode

Gibt eine Liste erweiterter Knoten zurück.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Function GetExpandedNodes As IList(Of ISchemaModelViewerNode)
IList<ISchemaModelViewerNode> GetExpandedNodes()
IList<ISchemaModelViewerNode^>^ GetExpandedNodes()
abstract GetExpandedNodes : unit -> IList<ISchemaModelViewerNode> 
function GetExpandedNodes() : IList<ISchemaModelViewerNode>

Rückgabewert

Typ: System.Collections.Generic.IList<ISchemaModelViewerNode>
Nicht-NULL-Liste erweiterter Knoten.Die Liste kann leer sein.

.NET Framework-Sicherheit

Siehe auch

Referenz

ISchemaModelViewer Schnittstelle

Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer-Namespace