Partager via


IVsDataExplorerNode.GetChildren, méthode

Extrait une collection de tous les nœuds enfants du nœud actuel.

Espace de noms :  Microsoft.VisualStudio.Data.Services
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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

Paramètres

  • allowAsync
    Type : System.Boolean
    Une valeur d' Boolean indiquant s'il faut permettre une opération asynchrone (true) ou pas (false).

Valeur de retour

Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Un objet d' IVsDataExplorerChildNodeCollection contenant les nœuds enfants de ce nœud.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataExplorerNode Interface

Microsoft.VisualStudio.Data.Services, espace de noms