IClassifier.IsAbstract 属性

如果这是预期在专业类中扩展或重写的部分描述,则为 true。

命名空间:  Microsoft.VisualStudio.Uml.Classes
程序集:  Microsoft.VisualStudio.Uml.Interfaces(在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

语法

声明
Property IsAbstract As Boolean
    Get
    Set
bool IsAbstract { get; set; }
property bool IsAbstract {
    bool get ();
    void set (bool value);
}
abstract IsAbstract : bool with get, set
function get IsAbstract () : boolean
function set IsAbstract (value : boolean)

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IClassifier 接口

Microsoft.VisualStudio.Uml.Classes 命名空间