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.BooleanA 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
- 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.