次の方法で共有


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

アプリを起動するために呼び出されたタイルの ID を取得します。

(継承元 ILaunchActivatedEventArgs)

適用対象

こちらもご覧ください