ITmi.GetTestRunConfigurations 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 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()
返回
测试运行配置的数组。