SchemaViewControllerBaseInternal.PopulateNode Method
Populates a node and returns a list of the node's children.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Function PopulateNode ( _
schemaViewNodeToPopulate As IDatabaseSchemaViewNode _
) As IList(Of IDatabaseSchemaViewNode)
'Usage
Dim schemaViewNodeToPopulate As IDatabaseSchemaViewNode
Dim returnValue As IList(Of IDatabaseSchemaViewNode)
returnValue = Me.PopulateNode(schemaViewNodeToPopulate)
protected IList<IDatabaseSchemaViewNode> PopulateNode(
IDatabaseSchemaViewNode schemaViewNodeToPopulate
)
protected:
IList<IDatabaseSchemaViewNode^>^ PopulateNode(
IDatabaseSchemaViewNode^ schemaViewNodeToPopulate
)
protected function PopulateNode(
schemaViewNodeToPopulate : IDatabaseSchemaViewNode
) : IList<IDatabaseSchemaViewNode>
member PopulateNode :
schemaViewNodeToPopulate:IDatabaseSchemaViewNode -> IList<IDatabaseSchemaViewNode>
Parameters
- schemaViewNodeToPopulate
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.IDatabaseSchemaViewNode
The node to populate
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
SchemaViewControllerBaseInternal Class
SchemaViewControllerBaseInternal Members
Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows Namespace