Поделиться через


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 - пространство имен