TestRun.RunConfiguration 属性

获取或设置测试运行的配置。

命名空间:  Microsoft.VisualStudio.TestTools.Common
程序集:  Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)

语法

声明
Public Property RunConfiguration As TestRunConfiguration
    Get
    Set
public TestRunConfiguration RunConfiguration { get; set; }
public:
property TestRunConfiguration^ RunConfiguration {
    TestRunConfiguration^ get ();
    void set (TestRunConfiguration^ value);
}
member RunConfiguration : TestRunConfiguration with get, set
function get RunConfiguration () : TestRunConfiguration
function set RunConfiguration (value : TestRunConfiguration)

属性值

类型:Microsoft.VisualStudio.TestTools.Common.TestRunConfiguration
该测试运行的配置 。

.NET Framework 安全性

请参见

参考

TestRun 类

Microsoft.VisualStudio.TestTools.Common 命名空间

TestRunConfiguration