Condividi tramite


Metodo IVsDataExplorerNode.GetChildren

Recupera una raccolta di tutti i nodi figlio del nodo corrente.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Services
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Sintassi

'Dichiarazione
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

Parametri

  • allowAsync
    Tipo: System.Boolean
    Un valore Boolean che indica se consentire l'esecuzione asincrona (true) o no (false).

Valore restituito

Tipo: Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
Un oggetto IVsDataExplorerChildNodeCollection che contiene nodi figlio del nodo.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsDataExplorerNode Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Data.Services