ILockScreenCallActivatedEventArgs Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides event information when communication to and from the lock screen is required.
public interface class ILockScreenCallActivatedEventArgs : ILaunchActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(116621246, 46578, 17547, 177, 62, 227, 40, 172, 28, 81, 106)]
struct ILockScreenCallActivatedEventArgs : ILaunchActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(116621246, 46578, 17547, 177, 62, 227, 40, 172, 28, 81, 106)]
public interface ILockScreenCallActivatedEventArgs : ILaunchActivatedEventArgs
Public Interface ILockScreenCallActivatedEventArgs
Implements ILaunchActivatedEventArgs
- Derived
- Attributes
- Implements
Windows requirements
Device family |
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.ApplicationModel.Activation.ActivatedEventsContract (introduced in v1.0)
|
Properties
Arguments |
Gets the arguments that are passed to the app during its launch activation. (Inherited from ILaunchActivatedEventArgs) |
CallUI |
Gets the UI that handles communication to and from the lock screen. |
Kind |
Gets the reason that this app is being activated. (Inherited from IActivatedEventArgs) |
PreviousExecutionState |
Gets the execution state of the app before this activation. (Inherited from IActivatedEventArgs) |
SplashScreen |
Gets the splash screen object that provides information about the transition from the splash screen to the activated app. (Inherited from IActivatedEventArgs) |
TileId |
Gets the ID of the tile that was invoked to launch the app. (Inherited from ILaunchActivatedEventArgs) |