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)
属性值
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。