Share via


XmlnsDictionary.Sealed 속성

정의

XmlnsDictionary가 봉인되었는지 여부를 나타내는 값을 가져옵니다.

public:
 property bool Sealed { bool get(); };
public bool Sealed { get; }
member this.Sealed : bool
Public ReadOnly Property Sealed As Boolean

속성 값

사전이 봉인되었으면 true이고, 그렇지 않으면 false입니다.

설명

이 속성은 의 별칭입니다 IsReadOnly.

적용 대상