AggregatorKind Enum

Definition

Enum of the various kinds of aggregation operations for properties set by multiple IGraphProviders.

C++
public enum class AggregatorKind
Inheritance
AggregatorKind

Fields

Name Value Description
None 0

The aggregated property value equals the value of the last provider to set it.

Or 1

All provider values are combined via a boolean or operation.

Remarks

Currently only 'Or' operations on booleans are supported.

Applies to

Proizvod Verzije
Visual Studio SDK 2017, 2019, 2022