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입니다.

설명

이 특성은 일반적으로 속성 창에서 확장 가능한 개체를 읽기 전용으로 렌더링할지 여부를 결정하는 데 사용됩니다.

적용 대상