TestRunConfiguration.CleanupCommand 属性

获取或设置该命令用于清除此运行配置。

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

语法

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

属性值

类型:System.String
清理命令。

.NET Framework 安全性

请参见

参考

TestRunConfiguration 类

Microsoft.VisualStudio.TestTools.Common 命名空间