AggregatorKind Enumeration
Visual Studio 2015
Enumeration of the various kinds of aggregation operations for properties set by multiple IGraphProviders.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
Member name | Description | |
---|---|---|
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.
Show: