Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
- 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.