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

注釈

この属性は、通常、[ プロパティ ] ウィンドウで、展開可能なオブジェクトを読み取り専用としてレンダリングするかどうかを決定するために使用されます。

適用対象