IGeneralization.IsSubstitutable 屬性

如果在任何需要一般分類器執行個體的位置上都可以接受特定分類器的執行個體,則為 true。

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

語法

'宣告
Property IsSubstitutable As Boolean
bool IsSubstitutable { get; set; }
property bool IsSubstitutable {
    bool get ();
    void set (bool value);
}
abstract IsSubstitutable : bool with get, set
function get IsSubstitutable () : boolean
function set IsSubstitutable (value : boolean)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IGeneralization 介面

Microsoft.VisualStudio.Uml.Classes 命名空間