ISchemaHierarchyPopulator.Run Method
Creates child 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 Run ( _
parentNode As ISchemaModelViewerNode, _
children As IList(Of ISchemaModelViewerNode) _
) As Boolean
bool Run(
ISchemaModelViewerNode parentNode,
IList<ISchemaModelViewerNode> children
)
bool Run(
ISchemaModelViewerNode^ parentNode,
IList<ISchemaModelViewerNode^>^ children
)
abstract Run :
parentNode:ISchemaModelViewerNode *
children:IList<ISchemaModelViewerNode> -> bool
function Run(
parentNode : ISchemaModelViewerNode,
children : IList<ISchemaModelViewerNode>
) : boolean
Parameters
- parentNode
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.ISchemaModelViewerNode
Parent node.
- children
Type: System.Collections.Generic.IList<ISchemaModelViewerNode>
Child node list to be populated.
Return Value
Type: System.Boolean
true to continue.
.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
ISchemaHierarchyPopulator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace