DialReceiverActivatedEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
使用 DIAL 通訊協定從另一個應用程式啟動應用程式時提供資料。
public ref class DialReceiverActivatedEventArgs sealed : IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
public ref class DialReceiverActivatedEventArgs sealed : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DialReceiverActivatedEventArgs final : IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class DialReceiverActivatedEventArgs final : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DialReceiverActivatedEventArgs : IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class DialReceiverActivatedEventArgs : IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
Public NotInheritable Class DialReceiverActivatedEventArgs
Implements IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
Public NotInheritable Class DialReceiverActivatedEventArgs
Implements IActivatedEventArgsWithUser, IApplicationViewActivatedEventArgs, IDialReceiverActivatedEventArgs, IViewSwitcherProvider
- 繼承
- 屬性
- 實作
Windows 需求
裝置系列 |
Windows 10 (已於 10.0.10240.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)
|
備註
這個類別是由作業系統具現化,並以引數的形式傳遞給事件。
版本歷程記錄
Windows 版本 | SDK 版本 | 新增值 |
---|---|---|
1607 | 14393 | User |
屬性
AppName |
取得叫用撥號接收者應用程式的應用程式名稱。 |
Arguments |
取得呼叫端應用程式所傳遞的引數。 |
CurrentlyShownApplicationViewId |
取得目前顯示之應用程式檢視的識別碼。 |
Kind |
取得啟用類型。 |
PreviousExecutionState |
取得應用程式啟動前的執行狀態。 |
SplashScreen |
取得啟動顯示畫面物件,該物件提供從啟動顯示畫面轉換到啟動應用程式的相關資訊。 |
TileId |
取得呼叫端應用程式的唯一磚識別碼。 |
User |
取得應用程式已啟用的使用者。 |
ViewSwitcher |
取得檢視切換器物件,可讓您設定應用程式的檢視。 |