Partager via


StreamTransferInformation.PerformCleanup, propriété

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Obtient une valeur qui indique s'il faut procéder au nettoyage après le transfert.

Espace de noms :  Microsoft.VisualStudio.TestTools.Execution
Assembly :  Microsoft.VisualStudio.QualityTools.ExecutionCommon (dans Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll)

Syntaxe

'Déclaration
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

Valeur de propriété

Type : Boolean
true pour procéder au nettoyage après le transfert ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

StreamTransferInformation Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms