DgmlNodeProperties.Aggregator 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定如何从多个 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
属性值
示例
ContainsChildren 属性设置聚合器 = "OR",因此,如果有多个 IGraphProvider 实例为 ContainsChildren 属性返回不同的值,则只要至少有一个提供程序返回 true,该值就将为 "true"。
注解
目前仅支持布尔属性和或聚合函数。