Table of Contents

Enum PropertyAggregationType

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

Property Aggregation Type

public enum PropertyAggregationType

Fields

Average = 3

The numerical average of the selected values is displayed. This flag is never returned for data types VT_LPWSTR, VT_BOOL, and VT_FILETIME.

DateRange = 4

The date range of the selected values is displayed. This flag is only returned for values of the VT_FILETIME data type.

Default = 0

The string "Multiple Values" is displayed.

First = 1

The first value in the selection is displayed.

Max = 6

The highest of the selected values is displayed.

Min = 7

The lowest of the selected values is displayed.

Sum = 2

The sum of the selected values is displayed. This flag is never returned for data types VT_LPWSTR, VT_BOOL, and VT_FILETIME.

Union = 5

A concatenated string of all the values is displayed. The order of individual values in the string is undefined. The concatenated string omits duplicate values; if a value occurs more than once, it only appears a single time in the concatenated string.