IVsDataExplorerNode.GetChildren(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.