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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。