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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。