Namespace: Microsoft.VisualStudio.TestTools.Common
Assembly: Microsoft.VisualStudio.QualityTools.Common (in Microsoft.VisualStudio.QualityTools.Common.dll)
Syntax
'宣言
Sub AddTests ( _
tests As ICollection _
)
'使用
Dim instance As ITmi
Dim tests As ICollection
instance.AddTests(tests)
void AddTests(
ICollection tests
)
void AddTests(
ICollection^ tests
)
function AddTests(
tests : ICollection
)
Parameters
- tests
Type: System.Collections.ICollection
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.