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
備註
此屬性通常用於 屬性 視窗,判斷是否將可展開物件渲染為唯讀。