ITestList.DeleteChildList(ITestList) 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.
Deletes the provided child list from the current list.
public:
void DeleteChildList(Microsoft::VisualStudio::TestTools::Common::ITestList ^ childList);
public void DeleteChildList (Microsoft.VisualStudio.TestTools.Common.ITestList childList);
abstract member DeleteChildList : Microsoft.VisualStudio.TestTools.Common.ITestList -> unit
Public Sub DeleteChildList (childList As ITestList)