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