StartScreenManager 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 un objet de gestionnaire d’écran de démarrage.
public ref class StartScreenManager sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
class StartScreenManager final
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class StartScreenManager final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
public sealed class StartScreenManager
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class StartScreenManager
Public NotInheritable Class StartScreenManager
- Héritage
- Attributs
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Creators Update (introduit dans 10.0.15063.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v4.0)
|
Remarques
Historique des versions
Version de Windows | Version du SDK | Valeur ajoutée |
---|---|---|
1809 | 17763 | ContainsSecondaryTileAsync |
1809 | 17763 | TryRemoveSecondaryTileAsync |
Propriétés
User |
Obtient l’utilisateur associé à l’écran d’accueil actuel. |
Méthodes
ContainsAppListEntryAsync(AppListEntry) |
Vérifie si l’application est actuellement épinglée à l’écran d’accueil. |
ContainsSecondaryTileAsync(String) |
Vérifie si la vignette secondaire spécifiée est épinglée à l’accueil. |
GetDefault() |
Obtient le gestionnaire d’écran de démarrage actuel. |
GetForUser(User) |
Obtient le gestionnaire d’écran de démarrage pour un utilisateur spécifique. |
RequestAddAppListEntryAsync(AppListEntry) |
Demande d’épingler l’application à l’écran d’accueil actuel. Selon la famille d’appareils, celle-ci doit être appelée sur le thread d’interface utilisateur et affiche une boîte de dialogue demandant à l’utilisateur de confirmer qu’il souhaite épingler l’application. |
SupportsAppListEntry(AppListEntry) |
Vérifie si l’application peut être épinglée à l’écran d’accueil actuel. |
TryRemoveSecondaryTileAsync(String) |
Tente de supprimer la vignette secondaire spécifiée de l’accueil. |