ApplicationView.TryUnsnapToFullscreen Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Versucht, eine zuvor angedockte App auf den Haufen zu heften.
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
Gibt zurück
Boolean
bool
TRUE , wenn die App erfolgreich nicht mehr verwendet wurde; false , wenn der Unsnap-Versuch fehlgeschlagen ist.
- Attribute