ITestList.GetChildLists 方法

从当前列表中检索子 ITestList 对象的数组。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Function GetChildLists As ITestList()
ITestList[] GetChildLists()
array<ITestList^>^ GetChildLists()
abstract GetChildLists : unit -> ITestList[] 
function GetChildLists() : ITestList[]

返回值

类型:array<Microsoft.VisualStudio.TestTools.Common.ITestList[]
ITestList 对象的数组。

.NET Framework 安全性

请参见

参考

ITestList 接口

Microsoft.VisualStudio.TestTools.Common 命名空间

ITestList

CreateChildList

DeleteChildList