WebUIDevicePairingActivatedEventArgs クラス

定義

ペアリングを呼び出すデバイスの情報を提供します。

public ref class WebUIDevicePairingActivatedEventArgs sealed : IDevicePairingActivatedEventArgs, IActivatedEventArgsDeferral
public ref class WebUIDevicePairingActivatedEventArgs sealed : IActivatedEventArgsWithUser, IDevicePairingActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIDevicePairingActivatedEventArgs final : IDevicePairingActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 131072)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIDevicePairingActivatedEventArgs final : IActivatedEventArgsWithUser, IDevicePairingActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIDevicePairingActivatedEventArgs : IDevicePairingActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 131072)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIDevicePairingActivatedEventArgs : IActivatedEventArgsWithUser, IDevicePairingActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIDevicePairingActivatedEventArgs
Implements IActivatedEventArgsDeferral, IDevicePairingActivatedEventArgs
Public NotInheritable Class WebUIDevicePairingActivatedEventArgs
Implements IActivatedEventArgsDeferral, IActivatedEventArgsWithUser, IDevicePairingActivatedEventArgs
継承
Object Platform::Object IInspectable WebUIDevicePairingActivatedEventArgs
属性
実装

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10586.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v2.0 で導入)

注釈

バージョン履歴

Windows のバージョン SDK バージョン 追加された値
1607 14393 User

プロパティ

ActivatedOperation

アプリがアクティブ化された操作を取得します。

DeviceInformation

操作をトリガーしたデバイスに関する情報を取得します。

Kind

アクティブ化の種類を取得します。

PreviousExecutionState

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

SplashScreen

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

User

アプリがアクティブ化されたユーザーを取得します。

適用対象

こちらもご覧ください