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
    类型:System.Boolean
    指示是否的 Boolean 值允许异步执行(true) (false)。

返回值

类型:Microsoft.VisualStudio.Data.Services.IVsDataExplorerChildNodeCollection
包含此节点的子节点 IVsDataExplorerChildNodeCollection 对象。

.NET Framework 安全性

请参见

参考

IVsDataExplorerNode 接口

Microsoft.VisualStudio.Data.Services 命名空间