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 セキュリティ
- 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。