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

備註

此屬性通常用於 屬性 視窗,判斷是否將可展開物件渲染為唯讀。

適用於