Condividi tramite


Proprietà IProperty.IsDerivedUnion

True se questa proprietà è una raccolta che è l'unione di due o più delle altre proprietà.Ad esempio, il padre è un'unione derivata di {nativa, 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
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