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 | 所有提供者值將布林 OR 運算組合。 |
備註
目前只有或在布林值的作業不支援。