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

備註

此屬性通常用於 [ 屬性 ] 視窗中,以判斷是否要將可展開的物件轉譯為只讀。

適用於