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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.