IProperty.Aggregation 属性

如果为复合情况,此属性的对象会形成部分属性所有者。 如果进行聚合,则对象形成代表所有者的部分集合,但不能与其他所有者共享。 默认 = 无。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property Aggregation As AggregationKind
AggregationKind Aggregation { get; set; }
property AggregationKind Aggregation {
    AggregationKind get ();
    void set (AggregationKind value);
}
abstract Aggregation : AggregationKind with get, set
function get Aggregation () : AggregationKind
function set Aggregation (value : AggregationKind)

属性值

类型:Microsoft.VisualStudio.Uml.Classes.AggregationKind

.NET Framework 安全性

请参见

参考

IProperty 接口

Microsoft.VisualStudio.Uml.Classes 命名空间