Click or drag to resize

PROPDESC_ENUMFILTER Enumeration

Describes the filtered list of property descriptions that is returned. Wraps Windows' PROPDESC_ENUMFILTER enumeration..

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public enum PROPDESC_ENUMFILTER
Members
  Member nameValueDescription
PDEF_ALL0 The list contains all property descriptions in the system.
PDEF_SYSTEM1 The list contains system property descriptions only. It excludes third-party property descriptions that are registered on the computer.
PDEF_NONSYSTEM2 The list contains only third-party property descriptions that are registered on the computer.
PDEF_VIEWABLE3 The list contains only viewable properties, where <typeInfo isViewable="true">.
PDEF_QUERYABLE4Deprecated in Windows 7 and later. The list contains only queryable properties, where <typeInfo isViewable="true" isQueryable="true">.
PDEF_INFULLTEXTQUERY5Deprecated in Windows 7 and later. The list contains only properties to be included in full-text queries.
PDEF_COLUMN6 The list contains only properties that are columns.
See Also