Share via


AggregatorKind Enumeration

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

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)

Syntax

'Declaration
Public Enumeration AggregatorKind
public enum AggregatorKind
public enum class AggregatorKind
type AggregatorKind
public enum AggregatorKind

Members

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.

Remarks

Currently only OR operations on Booleans are supported.

See Also

Reference

Microsoft.VisualStudio.GraphModel Namespace