Condividi tramite


Proprietà IProperty.IsDerivedUnion

True se la proprietà è un insieme unione di altre due o più proprietà. Ad esempio, gli elementi padre costituiscono un'unione derivata di {elemento madre, elemento padre}.

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

Sintassi

'Dichiarazione
Property IsDerivedUnion As Boolean
    Get
    Set
bool IsDerivedUnion { get; set; }
property bool IsDerivedUnion {
    bool get ();
    void set (bool value);
}
abstract IsDerivedUnion : bool with get, set
function get IsDerivedUnion () : boolean
function set IsDerivedUnion (value : boolean)

Valore proprietà

Tipo: System.Boolean

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IProperty Interfaccia

Spazio dei nomi Microsoft.VisualStudio.Uml.Classes