ImmutableObjectAttribute(Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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
。
備註
此屬性通常用於 [ 屬性 ] 視窗中,以判斷是否要將可展開的物件轉譯為只讀。