IFeature.IsStatic 属性

如果此功能由其分类器的所有实例共享,则为 true。 若每个实例有效的拥有一个单独功能的副本,则为 false。

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

语法

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

属性值

类型:System.Boolean

.NET Framework 安全性

请参见

参考

IFeature 接口

Microsoft.VisualStudio.Uml.Classes 命名空间