ImmutableObjectAttribute(Boolean) 构造函数

定义

初始化 ImmutableObjectAttribute 类的新实例。

public:
 ImmutableObjectAttribute(bool immutable);
public ImmutableObjectAttribute (bool immutable);
new System.ComponentModel.ImmutableObjectAttribute : bool -> System.ComponentModel.ImmutableObjectAttribute
Public Sub New (immutable As Boolean)

参数

immutable
Boolean

如果该对象不可变,则为 true;否则为 false

注解

此属性通常在 “属性” 窗口中用于确定是否将可展开对象呈现为只读。

适用于