AppInstallOptions.PinToStartAfterInstall Propriété
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.
Obtient ou définit une valeur qui indique si le produit en cours d’installation doit être épinglé au menu Démarrer une fois l’installation terminée.
public:
property bool PinToStartAfterInstall { bool get(); void set(bool value); };
bool PinToStartAfterInstall();
void PinToStartAfterInstall(bool value);
public bool PinToStartAfterInstall { get; set; }
var boolean = appInstallOptions.pinToStartAfterInstall;
appInstallOptions.pinToStartAfterInstall = boolean;
Public Property PinToStartAfterInstall As Boolean
Valeur de propriété
Boolean
bool
True pour épingler l’application au menu Démarrer ; sinon, false.
Configuration requise pour Windows
Famille d’appareils |
Windows 10, version 1809 (introduit dans 10.0.17763.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v7.0)
|