Share 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 : Boolean

    Une valeur d'Boolean qui indique si permettre une exécution asynchrone (true) ou pas (false).

Valeur de retour

Type : Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Objet 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