Table of Contents

Class ShellProperties.PropertySystemShell

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

System.Shell Properties

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

Properties

OmitFromView

Name: System.Shell.OmitFromView -- PKEY_Shell_OmitFromView

Description: Set this to a string value of 'True' to omit this item from shell views

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

FormatID: {DE35258C-C695-4CBC-B982-38B0AD24CED0}, 2

public ShellProperty<string> OmitFromView { get; }

Property Value

ShellProperty<string>

SFGAOFlagsStrings

Name: System.Shell.SFGAOFlagsStrings -- PKEY_Shell_SFGAOFlagsStrings

Description: Expresses the SFGAO flags as string values and is used as a query optimization.

Type: Multivalue String -- VT_VECTOR | VT_LPWSTR (For variants: VT_ARRAY | VT_BSTR)

FormatID: {D6942081-D53B-443D-AD47-5E059D9CD27A}, 2

public ShellProperty<string[]> SFGAOFlagsStrings { get; }

Property Value

ShellProperty<string[]>