IDatabaseSchemaView.GetExpandedNodes Method
Returns a list of expanded nodes.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function GetExpandedNodes As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim instance As IDatabaseSchemaView
Dim returnValue As IList(Of IDatabaseSchemaViewNode)
returnValue = instance.GetExpandedNodes()
IList<IDatabaseSchemaViewNode> GetExpandedNodes()
IList<IDatabaseSchemaViewNode^>^ GetExpandedNodes()
function GetExpandedNodes() : IList<IDatabaseSchemaViewNode>
abstract GetExpandedNodes : unit -> IList<IDatabaseSchemaViewNode>
Return Value
Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
.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.Project.Project.ToolWindows.DatabaseSchemaView Namespace