共用方式為


IProperty.IsDerivedUnion 屬性

如果這個屬性是本身為兩個或多個其他屬性之聯集的集合,則為 true。 例如,父代是 {母親,父親} 的衍生聯集。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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)

屬性值

類型:Boolean

.NET Framework 安全性

請參閱

參考

IProperty 介面

Microsoft.VisualStudio.Uml.Classes 命名空間