DgmlNodeProperties.Aggregator Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.