检索所有子节点的集合当前节点的。
命名空间: 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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。