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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。