Sdílet prostřednictvím


IProperty.IsDerivedUnion – vlastnost

TRUE, pokud je tato vlastnost je sada, která je unie dvě nebo více vlastností.Odvozené unie {matky, otec} je například rodiče.

Obor názvů:  Microsoft.VisualStudio.Uml.Classes
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Boolean

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IProperty Rozhraní

Microsoft.VisualStudio.Uml.Classes – obor názvů