IContactMapActivatedEventArgs インターフェイス

定義

アプリをアクティブ化して連絡先をマップするときにデータを提供します。

public interface class IContactMapActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3006003312, 61159, 19154, 170, 241, 168, 126, 255, 207, 0, 164)]
struct IContactMapActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3006003312, 61159, 19154, 170, 241, 168, 126, 255, 207, 0, 164)]
public interface IContactMapActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
Public Interface IContactMapActivatedEventArgs
Implements IActivatedEventArgs, IContactActivatedEventArgs
派生
属性
実装

Windows の要件

デバイス ファミリ
Windows Desktop Extension SDK (10.0.10240.0 で導入)
API contract
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (v1.0 で導入)

プロパティ

Address

マッピング操作の連絡先のアドレスを取得します。

Contact

マッピング操作の連絡先を取得します。

Kind

このアプリがアクティブ化されている理由を取得します。

(継承元 IActivatedEventArgs)
PreviousExecutionState

このアクティブ化の前のアプリの実行状態を取得します。

(継承元 IActivatedEventArgs)
SplashScreen

スプラッシュ スクリーンからアクティブ化されたアプリへの切り替えに関する情報を提供するスプラッシュ スクリーン オブジェクトを取得します。

(継承元 IActivatedEventArgs)
Verb

アクティブ化された連絡先に関連付けられているアクションを取得します。

(継承元 IContactActivatedEventArgs)

適用対象

こちらもご覧ください