ITmi.ReleaseTests Method (ICollection)

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

Permissions

See Also

Reference

ITmi Interface

ITmi Members

ReleaseTests Overload

Microsoft.VisualStudio.TestTools.Common Namespace