ITestList.DeleteChildList – metoda
Odstraní zadané podřízeného seznamu z aktuálního seznamu.
Obor názvů: Microsoft.VisualStudio.TestTools.Common
Sestavení: Microsoft.VisualStudio.QualityTools.Common (v Microsoft.VisualStudio.QualityTools.Common.dll)
Syntaxe
'Deklarace
Sub DeleteChildList ( _
childList As ITestList _
)
void DeleteChildList(
ITestList childList
)
void DeleteChildList(
ITestList^ childList
)
abstract DeleteChildList :
childList:ITestList -> unit
function DeleteChildList(
childList : ITestList
)
Parametry
childList
Typ: Microsoft.VisualStudio.TestTools.Common.ITestListAn ITestList.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.