Partager via


IProperty.IsDerivedUnion, propriété

True si cette propriété est une collection qui réunit deux autres propriétés ou plus.Par exemple, Parents est une union dérivée de {mère, père}.

Espace de noms :  Microsoft.VisualStudio.Uml.Classes
Assembly :  Microsoft.VisualStudio.Uml.Interfaces (dans Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.Boolean

Sécurité .NET Framework

Voir aussi

Référence

IProperty Interface

Microsoft.VisualStudio.Uml.Classes, espace de noms