共用方式為


IVsDataExplorerNode.GetChildren 方法

擷取所有子節點集合目前節點的。

命名空間:  Microsoft.VisualStudio.Data.Services
組件:  Microsoft.VisualStudio.Data.Services (在 Microsoft.VisualStudio.Data.Services.dll 中)

語法

'宣告
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

參數

  • allowAsync
    類型:Boolean

    這個 Boolean 是否允許非同步執行 (true) (false)。

傳回值

類型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
包含這個節點之子節點的 IVsDataExplorerChildNodeCollection 物件。

.NET Framework 安全性

請參閱

參考

IVsDataExplorerNode 介面

Microsoft.VisualStudio.Data.Services 命名空間