Compartir a través de


IProperty.Aggregation (Propiedad)

Si es compuesto, el objeto de esta propiedad forma parte del propietario de la propiedad.Si agregado, el objeto forma parte de una colección representada por el propietario, pero se puede compartir con otros propietarios.Valor predeterminado = ninguno.

Espacio de nombres:  Microsoft.VisualStudio.Uml.Classes
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
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)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Uml.Classes.AggregationKind

Seguridad de .NET Framework

Vea también

Referencia

IProperty Interfaz

Microsoft.VisualStudio.Uml.Classes (Espacio de nombres)