UIApplicationLaunchEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供事件的資料。
public class UIApplicationLaunchEventArgs : Foundation.NSNotificationEventArgs
type UIApplicationLaunchEventArgs = class
inherit NSNotificationEventArgs
- 繼承
建構函式
UIApplicationLaunchEventArgs(NSNotification) |
初始化 UIApplicationLaunchEventArgs 類別的新實例。 |
屬性
LocationLaunch |
應用程式是否因為使用者互動而啟動 (,而不是因為通知或處理 URL) 而開啟。 |
Notification |
來自張貼通知的基礎 NSNotification 物件。 (繼承來源 NSNotificationEventArgs) |
RemoteNotifications |
字典,其承載是應用程式要處理的遠端通知。 |
SourceApplication |
啟動此應用程式之應用程式的套件組合識別碼。 |
Url |
此應用程式已啟動以處理的 URL。 |