LockScreenUnlockingEventArgs Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente les événements de déverrouillage de l’écran de verrouillage.
public ref class LockScreenUnlockingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class LockScreenUnlockingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class LockScreenUnlockingEventArgs
Public NotInheritable Class LockScreenUnlockingEventArgs
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 (introduit dans 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v1.0)
|
Propriétés
Deadline |
Obtient l’échéance à laquelle l’application d’écran de verrouillage doit déverrouiller l’appareil. Si votre report de déverrouillage prend trop de temps, votre application d’écran de verrouillage sera arrêtée par le système et potentiellement supprimée en tant qu’application de verrouillage par défaut de l’utilisateur. |
Méthodes
GetDeferral() |
Obtient un LockScreenUnlockingDeferral, qui reporte le déverrouillage de l’appareil. Pour afficher une animation de déverrouillage, votre application d’écran de verrouillage doit :
|