BasicTransferInformation.PerformCleanup 属性
此 API 支持 .NET Framework 基础结构,不适合在代码中直接使用。
获取一个值,该值指示传输后是否应当执行清理。
命名空间: Microsoft.VisualStudio.TestTools.Execution
程序集: Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
语法
声明
Protected Friend MustOverride ReadOnly Property PerformCleanup As Boolean
protected internal abstract bool PerformCleanup { get; }
protected public:
virtual property bool PerformCleanup {
bool get () abstract;
}
abstract PerformCleanup : bool with get
abstract function get PerformCleanup () : boolean
属性值
类型:Boolean
如果在传输后应当执行清理,则为 true;否则为 false。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。