DgmlNodeProperties.Aggregator Property

Definition

A metadata property that determines how a property is aggregated from multiple IGraphProviders.

public:
 static property Microsoft::VisualStudio::GraphModel::GraphProperty ^ Aggregator { Microsoft::VisualStudio::GraphModel::GraphProperty ^ get(); };
public static Microsoft.VisualStudio.GraphModel.GraphProperty Aggregator { get; }
member this.Aggregator : Microsoft.VisualStudio.GraphModel.GraphProperty
Public Shared ReadOnly Property Aggregator As GraphProperty

Property Value

GraphProperty

Examples

The ContainsChildren property sets Aggregator="OR" so if several IGraphProvider instances return different values for the ContainsChildren property, the value will be 'true' as long as at least one provider returned true.

Remarks

Currently only supports boolean properties and the OR aggregator.

Applies to