Propriedade IProperty.Aggregation

Se a composição, o objeto nesta propriedade faz parte do proprietário da caixa da propriedade. Se Aggregate, a parte de formulários do objeto de uma coleção representado pelo proprietário, mas pode ser compartilhado com outros proprietários. Padrão = none.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Classes.AggregationKind

Segurança do .NET Framework

Consulte também

Referência

IProperty Interface

Namespace Microsoft.VisualStudio.Uml.Classes