IDialReceiverActivatedEventArgs 介面

定義

使用 DIAL 通訊協定從另一個應用程式啟動應用程式時提供資料。

public interface class IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4218912471, 34286, 17774, 164, 77, 133, 215, 48, 231, 10, 237)]
struct IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4218912471, 34286, 17774, 164, 77, 133, 215, 48, 231, 10, 237)]
public interface IDialReceiverActivatedEventArgs : ILaunchActivatedEventArgs
Public Interface IDialReceiverActivatedEventArgs
Implements ILaunchActivatedEventArgs
衍生
屬性
實作

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

屬性

AppName

取得叫用撥號接收者應用程式的應用程式名稱。

Arguments

取得在啟動啟用期間傳遞至應用程式的引數。

(繼承來源 ILaunchActivatedEventArgs)
Kind

取得啟動此應用程式的原因。

(繼承來源 IActivatedEventArgs)
PreviousExecutionState

取得此啟用之前的應用程式執行狀態。

(繼承來源 IActivatedEventArgs)
SplashScreen

取得啟動顯示畫面物件,提供從啟動顯示畫面轉換至啟動應用程式的相關資訊。

(繼承來源 IActivatedEventArgs)
TileId

取得叫用以啟動應用程式之磚的識別碼。

(繼承來源 ILaunchActivatedEventArgs)

適用於

另請參閱