ApplicationView.TryUnsnap 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
참고
TryUnsnap은 Windows 8.1 후 릴리스에서 변경되거나 사용할 수 없습니다. 앱의 크기를 지속적으로 조정할 수 있지만 Windows 8.1 시작해서 스냅할 수는 없습니다. 또한 ApplicationView 정적 메서드는 Windows 8.1 후 릴리스에 대해 변경되거나 사용할 수 없습니다. ApplicationView.GetForCurrentView를 사용하여 ApplicationView 개체를 가져옵니다.
이전에 스냅된 앱을 제거하려고 시도합니다. 이 호출은 앱이 포그라운드에서 실행되는 경우에만 성공합니다.
public:
static bool TryUnsnap();
/// [Windows.Foundation.Metadata.Deprecated("TryUnsnap may be altered or unavailable for releases after Windows 8.1. Apps can be continuously resized, but cannot be snapped, starting in Windows 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
static bool TryUnsnap();
/// [Windows.Foundation.Metadata.Deprecated("TryUnsnap may be altered or unavailable for releases after Windows 8.1. Apps can be continuously resized, but cannot be snapped, starting in Windows 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
static bool TryUnsnap();
[Windows.Foundation.Metadata.Deprecated("TryUnsnap may be altered or unavailable for releases after Windows 8.1. Apps can be continuously resized, but cannot be snapped, starting in Windows 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))]
public static bool TryUnsnap();
[Windows.Foundation.Metadata.Deprecated("TryUnsnap may be altered or unavailable for releases after Windows 8.1. Apps can be continuously resized, but cannot be snapped, starting in Windows 8.1.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
public static bool TryUnsnap();
function tryUnsnap()
Public Shared Function TryUnsnap () As Boolean
반환
Boolean
bool
앱이 성공적으로 제거되었으면 true입니다. unsnap 시도가 실패하면 false입니다.
- 특성
설명
ApplicationView 클래스의 정적 멤버입니다. JavaScript의 경우 getForCurrentView가 만드는 창 개체가 아니라 ApplicationView 클래스의 메서드임을 의미합니다.