AggregatorKind Enumeration

 

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

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

public enum class AggregatorKind

Member nameDescription
None

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

Or

All provider values are combined via a Boolean OR operation.

Currently only OR operations on Booleans are supported.

Return to top
Show: