ITestList.GetChildLists Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array of child ITestList objects from the current list.
public:
cli::array <Microsoft::VisualStudio::TestTools::Common::ITestList ^> ^ GetChildLists();
public Microsoft.VisualStudio.TestTools.Common.ITestList[] GetChildLists ();
abstract member GetChildLists : unit -> Microsoft.VisualStudio.TestTools.Common.ITestList[]
Public Function GetChildLists () As ITestList()
Returns
An array of ITestList objects.