共用方式為


IProperty.Aggregation 屬性

如果是複合,此屬性中的物件會形成屬性擁有者的一部分。 如果彙總,物件會形成擁有者所代表的集合的一部分,但可由其他擁有者共用。 預設值 = 無。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property Aggregation As AggregationKind
    Get
    Set
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 命名空間