Partilhar via


Propriedade ApplicationUnderTest.CloseOnPlaybackCleanup

Obtém ou define fechado automaticamente o ApplicationUnderTest na limpeza da reprodução.

Namespace:  Microsoft.VisualStudio.TestTools.UITesting
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (em Microsoft.VisualStudio.TestTools.UITesting.dll)

Sintaxe

'Declaração
Public Property CloseOnPlaybackCleanup As Boolean
public bool CloseOnPlaybackCleanup { get; set; }
public:
property bool CloseOnPlaybackCleanup {
    bool get ();
    void set (bool value);
}
member CloseOnPlaybackCleanup : bool with get, set
function get CloseOnPlaybackCleanup () : boolean
function set CloseOnPlaybackCleanup (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ApplicationUnderTest Classe

Namespace Microsoft.VisualStudio.TestTools.UITesting