共用方式為


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' 按鈕時) 。

適用於