ApplicationView.TryUnsnap | tryUnsnap method

0 out of 1 rated this helpful - Rate this topic

Attempts to unsnap a previously snapped app. This call will only succeed when the app is running in the foreground.

Syntax


var boolean = Windows.UI.ViewManagement.ApplicationView.tryUnsnap();

Parameters

This method has no parameters.

Return value

Type: Boolean [JavaScript] | System.Boolean [.NET] | Platform::Boolean [C++]

true if the app has been successfully unsnapped; false if the unsnap attempt failed.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.ViewManagement
Windows::UI::ViewManagement [C++]

Metadata

Windows.winmd

See also

ApplicationView
Snap sample

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.