WebUIDevicePairingActivatedEventArgs Class

Definition

Provides information for a device that invokes pairing.

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
Inheritance
Object Platform::Object IInspectable WebUIDevicePairingActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10586.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v2.0)

Remarks

Version history

Windows version SDK version Value added
1607 14393 User

Properties

ActivatedOperation

Gets the app activated operation.

DeviceInformation

Gets info about the device that triggered the operation.

Kind

Gets the activation type.

PreviousExecutionState

Gets the execution state of the app before it was activated.

SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

User

Gets the user the app was activated for.

Applies to

See also