ISchemaModelViewer.GetExpandedNodes Method

Returns a list of expanded nodes.

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>

Return Value

Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
Non-null list of expanded nodes. The list can be empty.

.NET Framework Security

See Also

Reference

ISchemaModelViewer Interface

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