Freigeben über


IProperty.Aggregation-Eigenschaft

Wenn Zusammengesetzt, ist das Objekt in dieser Eigenschaft Teil des Besitzers der Eigenschaft. Wenn Aggregat, bildet das Objekt einen Teil einer Auflistung, die vom Besitzer dargestellt wird, kann jedoch für andere Besitzer freigegeben werden. Standardwert = Kein.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Classes.AggregationKind

.NET Framework-Sicherheit

Siehe auch

Referenz

IProperty Schnittstelle

Microsoft.VisualStudio.Uml.Classes-Namespace