BaseTuip.DeleteAllTestsFromList Method

Namespace:  Microsoft.VisualStudio.TestTools.Vsip
Assembly:  Microsoft.VisualStudio.QualityTools.Vsip (in Microsoft.VisualStudio.QualityTools.Vsip.dll)

Syntax

'宣言
Protected Function DeleteAllTestsFromList ( _
    items As IList, _
    testTypeFilter As Type, _
    <OutAttribute> ByRef message As String _
) As Boolean
'使用
Dim items As IList
Dim testTypeFilter As Type
Dim message As String
Dim returnValue As Boolean

returnValue = Me.DeleteAllTestsFromList(items, _
    testTypeFilter, message)
protected bool DeleteAllTestsFromList(
    IList items,
    Type testTypeFilter,
    out string message
)
protected:
bool DeleteAllTestsFromList(
    IList^ items, 
    Type^ testTypeFilter, 
    [OutAttribute] String^% message
)
protected function DeleteAllTestsFromList(
    items : IList, 
    testTypeFilter : Type, 
    message : String
) : boolean

Parameters

Return Value

Type: System.Boolean

Permissions

See Also

Reference

BaseTuip Class

BaseTuip Members

Microsoft.VisualStudio.TestTools.Vsip Namespace