IPopulator.Run Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function Run ( _
parentNode As IDatabaseSchemaViewNode, _
children As IList(Of IDatabaseSchemaViewNode) _
) As Boolean
'Usage
Dim instance As IPopulator
Dim parentNode As IDatabaseSchemaViewNode
Dim children As IList(Of IDatabaseSchemaViewNode)
Dim returnValue As Boolean
returnValue = instance.Run(parentNode, _
children)
bool Run(
IDatabaseSchemaViewNode parentNode,
IList<IDatabaseSchemaViewNode> children
)
bool Run(
IDatabaseSchemaViewNode^ parentNode,
IList<IDatabaseSchemaViewNode^>^ children
)
function Run(
parentNode : IDatabaseSchemaViewNode,
children : IList<IDatabaseSchemaViewNode>
) : boolean
abstract Run :
parentNode:IDatabaseSchemaViewNode *
children:IList<IDatabaseSchemaViewNode> -> bool
Parameters
- parentNode
Type: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.IDatabaseSchemaViewNode
- children
Type: System.Collections.Generic.IList<IDatabaseSchemaViewNode>
Return Value
Type: System.Boolean
.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.