Table of Contents

Class ShellProperties.PropertySystemAppUserModel

Namespace
Microsoft.WindowsAPICodePack.Shell.PropertySystem
Assembly
Microsoft.WindowsAPICodePack.Shell.dll

System.AppUserModel Properties

public class ShellProperties.PropertySystemAppUserModel : PropertyStoreItems
Inheritance
ShellProperties.PropertySystemAppUserModel
Inherited Members

Properties

ExcludeFromShowInNewInstall

Name: System.AppUserModel.ExcludeFromShowInNewInstall -- PKEY_AppUserModel_ExcludeFromShowInNewInstall

Description:

Type: Boolean -- VT_BOOL

FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 8

public ShellProperty<bool?> ExcludeFromShowInNewInstall { get; }

Property Value

ShellProperty<bool?>

ID

Name: System.AppUserModel.ID -- PKEY_AppUserModel_ID

Description:

Type: String -- VT_LPWSTR (For variants: VT_BSTR)

FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 5

public ShellProperty<string> ID { get; }

Property Value

ShellProperty<string>

IsDestinationListSeparator

Name: System.AppUserModel.IsDestListSeparator -- PKEY_AppUserModel_IsDestListSeparator

Description:

Type: Boolean -- VT_BOOL

FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 6

public ShellProperty<bool?> IsDestinationListSeparator { get; }

Property Value

ShellProperty<bool?>

PreventPinning

Name: System.AppUserModel.PreventPinning -- PKEY_AppUserModel_PreventPinning

Description:

Type: Boolean -- VT_BOOL

FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 9

public ShellProperty<bool?> PreventPinning { get; }

Property Value

ShellProperty<bool?>

RelaunchCommand

Name: System.AppUserModel.RelaunchCommand -- PKEY_AppUserModel_RelaunchCommand

Description:

Type: String -- VT_LPWSTR (For variants: VT_BSTR)

FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 2

public ShellProperty<string> RelaunchCommand { get; }

Property Value

ShellProperty<string>

RelaunchDisplayNameResource

Name: System.AppUserModel.RelaunchDisplayNameResource -- PKEY_AppUserModel_RelaunchDisplayNameResource

Description:

Type: String -- VT_LPWSTR (For variants: VT_BSTR)

FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 4

public ShellProperty<string> RelaunchDisplayNameResource { get; }

Property Value

ShellProperty<string>

RelaunchIconResource

Name: System.AppUserModel.RelaunchIconResource -- PKEY_AppUserModel_RelaunchIconResource

Description:

Type: String -- VT_LPWSTR (For variants: VT_BSTR)

FormatID: {9F4C2855-9F79-4B39-A8D0-E1D42DE1D5F3}, 3

public ShellProperty<string> RelaunchIconResource { get; }

Property Value

ShellProperty<string>