Share via


IVsDataExplorerNode.GetChildren Method

Retrieves a collection of all child nodes for the current node.

Namespace:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
Function GetChildren ( _
    allowAsync As Boolean _
) As IVsDataExplorerChildNodeCollection
IVsDataExplorerChildNodeCollection GetChildren(
    bool allowAsync
)
IVsDataExplorerChildNodeCollection^ GetChildren(
    bool allowAsync
)
abstract GetChildren : 
        allowAsync:bool -> IVsDataExplorerChildNodeCollection
function GetChildren(
    allowAsync : boolean
) : IVsDataExplorerChildNodeCollection

Parameters

  • allowAsync
    Type: System.Boolean

    A Boolean value indicating whether to allow an asynchronous execution (true) or not (false).

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
An IVsDataExplorerChildNodeCollection object containing the child nodes of this node.

.NET Framework Security

See Also

Reference

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services Namespace