共用方式為


ITmi.AddTests 方法

這個 API 支援 .NET Framework 基礎結構,但您不可以直接在程式碼中使用它。

將測試集合加入至 Visual Studio Test Professional 使用者介面。

命名空間:  Microsoft.VisualStudio.TestTools.Common
組件:  Microsoft.VisualStudio.QualityTools.Common (在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

語法

'宣告
Sub AddTests ( _
    tests As ICollection _
)
void AddTests(
    ICollection tests
)
void AddTests(
    ICollection^ tests
)
abstract AddTests : 
        tests:ICollection -> unit 
function AddTests(
    tests : ICollection
)

參數

.NET Framework 安全性

請參閱

參考

ITmi 介面

Microsoft.VisualStudio.TestTools.Common 命名空間