SystemNavigationManagerPreview 클래스

정의

앱이 시스템에서 제공하는 닫기 이벤트에 응답하는 방법을 제공합니다.

public ref class SystemNavigationManagerPreview sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class SystemNavigationManagerPreview final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class SystemNavigationManagerPreview
Public NotInheritable Class SystemNavigationManagerPreview
상속
Object Platform::Object IInspectable SystemNavigationManagerPreview
특성

Windows 요구 사항

디바이스 패밀리
Windows 10 Creators Update (10.0.15063.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v4.0에서 도입되었습니다.)

메서드

GetForCurrentView()

현재 창과 연결된 SystemNavigationManagerPreview 개체를 반환합니다.

이벤트

CloseRequested

사용자가 닫기 위해 시스템 단추를 호출할 때 발생합니다(앱의 제목 표시줄 모서리에 있는 'x' 단추).

적용 대상