IVsDataExplorerNode.GetChildren(Boolean) Method

Definition

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

public:
 Microsoft::VisualStudio::Data::Services::IVsDataExplorerChildNodeCollection ^ GetChildren(bool allowAsync);
public Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection GetChildren (bool allowAsync);
abstract member GetChildren : bool -> Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Public Function GetChildren (allowAsync As Boolean) As IVsDataExplorerChildNodeCollection

Parameters

allowAsync
Boolean

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

Returns

An IVsDataExplorerChildNodeCollection object containing the child nodes of this node.

Applies to