ContactLaunchActionVerbs クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
連絡先に対してアクションを実行するアプリの起動時にデータを提供します。
public ref class ContactLaunchActionVerbs abstract sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class ContactLaunchActionVerbs final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactLaunchActionVerbs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public static class ContactLaunchActionVerbs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public static class ContactLaunchActionVerbs
Public Class ContactLaunchActionVerbs
- 継承
- 属性
Windows の要件
デバイス ファミリ |
Windows 10 (10.0.10240.0 で導入)
|
API contract |
Windows.Foundation.UniversalApiContract (v1.0 で導入)
|
アプリの機能 |
contactsSystem
|
注釈
ContactLaunchActionVerbs のプロパティを使用して、アプリが ActivationKind.Contact でアクティブ化されたときに "Verb" プロパティの値を確認します。 これらのプロパティは、"Verb" プロパティで使用できるすべての文字列値を表します。 たとえば、 ContactMapActivatedEventArgs.Verb プロパティは Map の値に設定されます。
連絡先アクションを使用してアプリのアクティブ化を処理する方法については、「 クイック スタート: 連絡先アクションの処理 」を参照してください。
プロパティ
Call |
連絡先の呼び出しアクションを取得します。 |
Map |
マップ連絡先アクションを取得します。 |
Message |
連絡先アクションへの送信メッセージを取得します。 |
Post |
連絡先アクションへの投稿を取得します。 |
VideoCall |
ビデオ通話の連絡先アクションを取得します。 |