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
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.