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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace