Compartilhar via


Método ISchemaHierarchyPopulator.Run

Cria o filho nós.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
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

Parâmetros

Valor de retorno

Tipo: System.Boolean
true Para continuar.

Segurança do .NET Framework

Consulte também

Referência

ISchemaHierarchyPopulator Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer