IContactVideoCallActivatedEventArgs インターフェイス

定義

アプリがビデオ通話の連絡先に対してアクティブ化されたときにデータを提供します。

public interface class IContactVideoCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1627889080, 58343, 19279, 133, 141, 92, 99, 169, 110, 246, 132)]
struct IContactVideoCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(1627889080, 58343, 19279, 133, 141, 92, 99, 169, 110, 246, 132)]
public interface IContactVideoCallActivatedEventArgs : IActivatedEventArgs, IContactActivatedEventArgs
Public Interface IContactVideoCallActivatedEventArgs
Implements IActivatedEventArgs, IContactActivatedEventArgs
派生
属性
実装

Windows の要件

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

プロパティ

Contact

ビデオ通話の連絡先を取得します。

Kind

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

(継承元 IActivatedEventArgs)
PreviousExecutionState

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

(継承元 IActivatedEventArgs)
ServiceId

ビデオ通話に使用されるサービスの識別子を取得します。

ServiceUserId

ビデオ通話に使用されるサービスのユーザー識別子を取得します。

SplashScreen

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

(継承元 IActivatedEventArgs)
Verb

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

(継承元 IContactActivatedEventArgs)

適用対象

こちらもご覧ください