TestRun.AutoSaveResults 属性
获取或设置一个布尔值,表示测试结果是否已自动保存。
命名空间: Microsoft.VisualStudio.TestTools.Common
程序集: Microsoft.VisualStudio.QualityTools.Common(在 Microsoft.VisualStudio.QualityTools.Common.dll 中)
语法
声明
Public Property AutoSaveResults As Boolean
Get
Set
public bool AutoSaveResults { get; set; }
public:
property bool AutoSaveResults {
bool get ();
void set (bool value);
}
member AutoSaveResults : bool with get, set
function get AutoSaveResults () : boolean
function set AutoSaveResults (value : boolean)
属性值
类型:System.Boolean
如果测试结果已自动保存,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。