次の方法で共有


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 演算と結合されます。

解説

現在、またはブール値の操作がサポートされます。

参照

関連項目

Microsoft.VisualStudio.GraphModel 名前空間