System.AppUserModel.StartPinOption
Définissez cette propriété sur un raccourci sur (1) empêcher qu’une application soit automatiquement épinglée à l’écran d’accueil lors de l’installation ; ou(2) indiquent qu’un élément est ajouté par programmation au lanceur via l’action utilisateur (ce qui implique d’épingler automatiquement à Démarrer et supprimer lors de la désépiner).
Windows 10, version 1703, Windows 10, version 1607, Windows 10, version 1511, Windows 10, version 1507, Windows 8.1, Windows 8
propertyDescription
name = System.AppUserModel.StartPinOption
shellPKey = PKEY_AppUserModel_StartPinOption
formatID = 9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3
propID = 12
SearchInfo
InInvertedIndex = false
IsColumn = false
typeInfo
type = UInt32
IsInnate = false
EnumeratedList
UseValueForDefault = True
enum
name = Default
value = 0
text = Default
defineToken = APPUSERMODEL_STARTPINOPTION_DEFAULT
enum
name = NoPinOnInstall
value = 1
text = NoPinOnInstall
defineToken = APPUSERMODEL_STARTPINOPTION_NOPINONINSTALL
enum
name = UserPinned
value = 2
text = UserPinned
defineToken = APPUSERMODEL_STARTPINOPTION_USERPINNED
Notes
Les valeurs PKEY sont définies dans Propkey.h.
Rubriques connexes