AppNotificationManager.Default 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 AppNotificationManager 類別的預設實例。
注意
AppNotificationManager 類別相依於 Singleton 套件。 由於這種相依性,如果您要從 獨立應用程式呼叫這些 API,,請務必注意。 如需詳細資訊和細節,請參閱 其他 MSIX 套件的相依性。
public:
static property AppNotificationManager ^ Default { AppNotificationManager ^ get(); };
static AppNotificationManager Default();
public static AppNotificationManager Default { get; }
var appNotificationManager = AppNotificationManager.default;
Public Shared ReadOnly Property Default As AppNotificationManager
屬性值
AppNotificationManager 類別的預設實例。