ContactMapActivatedEventArgs.Verb プロパティ

定義

実行するアクションを取得します。

public:
 property Platform::String ^ Verb { Platform::String ^ get(); };
winrt::hstring Verb();
public string Verb { get; }
var string = contactMapActivatedEventArgs.verb;
Public ReadOnly Property Verb As String

プロパティ値

String

Platform::String

winrt::hstring

実行するアクション。

実装

注釈

アプリが ActivationKind.Contact でアクティブ化されたときに実行するアクションを決定するには、Verb プロパティを使用します。 マップのアクティブ化の場合、Verb プロパティは Windows.ApplicationModel.Contacts.ContactLaunchActionVerbs.Map の値に設定されます。

連絡先アクションを使用してアプリのアクティブ化を処理する方法については、「 クイック スタート: 連絡先アクションの処理 」を参照してください。

適用対象

こちらもご覧ください