Share via


PropertyMetadata.IsSealed 속성

정의

PropertyMetadata가 속성에 적용되어 변경할 수 없는 상태가 되었는지 여부를 나타내는 값을 가져옵니다.

protected:
 property bool IsSealed { bool get(); };
protected bool IsSealed { get; }
member this.IsSealed : bool
Protected ReadOnly Property IsSealed As Boolean

속성 값

Boolean

PropertyMetadata가 변경할 수 없으면 true이고, 그렇지 않으면 false입니다.

설명

PropertyMetadata.IsSealed가 같 true으면 다음 작업으로 인해 InvalidOperationException 발생합니다.

적용 대상