AggregatorKind 枚举
各种枚举的多个 IGraphProviders 属性设置的聚合运算。
命名空间: Microsoft.VisualStudio.GraphModel
程序集: Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)
语法
声明
Public Enumeration AggregatorKind
public enum AggregatorKind
public enum class AggregatorKind
type AggregatorKind
public enum AggregatorKind
成员
成员名称 | 说明 | |
---|---|---|
None | 聚合的属性值等于要对其设置的最后一个提供程序的值。 | |
Or | 任何提供程序通过值传递布尔"或"运算组合。 |
备注
目前仅或在布尔值的操作的支持。