Propriedade IProperty.IsDerivedUnion

True se essa propriedade é uma coleção que é a união de duas ou mais propriedades. Por exemplo, os pais é uma união derivada de {mãe pai}.

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

Sintaxe

'Declaração
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)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IProperty Interface

Namespace Microsoft.VisualStudio.Uml.Classes