ApplicationView.TryUnsnapToFullscreen Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Tente de désapposer une application précédemment ancrée.
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
Retours
Boolean
bool
true si l’application a été dénachée ; false si la tentative d’unsnap a échoué.
- Attributs