ITmi.GetTestRunConfigurations 方法

定义

返回 Visual Studio Test Professional 的 UI 中所有已加载的测试运行配置。

public:
 cli::array <Microsoft::VisualStudio::TestTools::Common::TestRunConfiguration ^> ^ GetTestRunConfigurations();
public Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration[] GetTestRunConfigurations ();
abstract member GetTestRunConfigurations : unit -> Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration[]
Public Function GetTestRunConfigurations () As TestRunConfiguration()

返回

TestRunConfiguration[]

测试运行配置的数组。

适用于