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