Condividi tramite


Proprietà IProperty.Aggregation

Se composito, l'oggetto in questa proprietà fa parte del proprietario della proprietà. Se aggregato, l'oggetto forma parte di un insieme rappresentato dal proprietario, ma può essere condiviso con altri proprietari. Valore predefinito = nessuno.

Spazio dei nomi:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintassi

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

Valore proprietà

Tipo: Microsoft.VisualStudio.Uml.Classes.AggregationKind

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProperty Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes