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
- items
Type: System.Collections.IList
- testTypeFilter
Type: System.Type
- message
Type: System.String%
Return Value
Type: System.Boolean
Permissions
- 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.