Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or Sets whether to close the ApplicationControl automatically at playback cleanup.
Namespace: Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls
Assembly: Microsoft.VisualStudio.TestTools.WindowsStore.UITesting (in Microsoft.VisualStudio.TestTools.WindowsStore.UITesting.dll)
Syntax
'Declaration
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)
Property Value
Type: Boolean
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.TestTools.UITesting.WindowsRuntimeControls Namespace