ILockScreenActivatedEventArgs.Info Property

Definition

Gets an object that allows an app that is activated as the lock screen to get the same data that the default lock screen can access, and to register for updates to that data.

public:
 property Platform::Object ^ Info { Platform::Object ^ get(); };
IInspectable Info();
public object Info { get; }
var object = iLockScreenActivatedEventArgs.info;
Public ReadOnly Property Info As Object

Property Value

Object

Platform::Object

IInspectable

An object that allows an app that is activated as the lock screen to get the same data that the default lock screen can access, and to register for updates to that data.

Applies to

See also