ApplicationView.TryUnsnapToFullscreen Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attempts to unsnap a previously snapped app.
public:
static bool TryUnsnapToFullscreen();
/// [Windows.Foundation.Metadata.Deprecated("IApplicationViewFullscreenStatics is deprecated after Windows 8. Please use other resize APIs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static bool TryUnsnapToFullscreen();
/// [Windows.Foundation.Metadata.Deprecated("IApplicationViewFullscreenStatics is deprecated after Windows 8. Please use other resize APIs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static bool TryUnsnapToFullscreen();
[Windows.Foundation.Metadata.Deprecated("IApplicationViewFullscreenStatics is deprecated after Windows 8. Please use other resize APIs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public static bool TryUnsnapToFullscreen();
[Windows.Foundation.Metadata.Deprecated("IApplicationViewFullscreenStatics is deprecated after Windows 8. Please use other resize APIs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static bool TryUnsnapToFullscreen();
function tryUnsnapToFullscreen()
Public Shared Function TryUnsnapToFullscreen () As Boolean
Returns
Boolean
bool
true if the app has been successfully unsnapped; false if the unsnap attempt failed.
- Attributes