Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
[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.