IRedefinableElement.IsLeaf 屬性
如果不應特製化這個項目,則為 true。 也就是說,它不應是一般化關聯性的目標。
命名空間: Microsoft.VisualStudio.Uml.Classes
組件: Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)
語法
'宣告
Property IsLeaf As Boolean
Get
Set
bool IsLeaf { get; set; }
property bool IsLeaf {
bool get ();
void set (bool value);
}
abstract IsLeaf : bool with get, set
function get IsLeaf () : boolean
function set IsLeaf (value : boolean)
屬性值
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。