Partager via


FileTransferInformation.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 si un processus de nettoyage doit être exécuté 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 ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

FileTransferInformation Classe

Microsoft.VisualStudio.TestTools.Execution, espace de noms