ITestList.CreateChildList Method
Creates a child list in the current list by using the provided list name.
Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'Declaration
Function CreateChildList ( _
name As String _
) As ITestList
ITestList CreateChildList(
string name
)
ITestList^ CreateChildList(
String^ name
)
abstract CreateChildList :
name:string -> ITestList
function CreateChildList(
name : String
) : ITestList
Parameters
name
Type: StringThe name of the child list.
Return Value
Type: Microsoft.VisualStudio.TestTools.Common.ITestList
A reference to the new child list.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.