DependencyObject.IsSealed プロパティ
定義
このインスタンスが現在シールされている (読み取り専用である) かどうかを示す値を取得します。Gets a value that indicates whether this instance is currently sealed (read-only).
public:
property bool IsSealed { bool get(); };
public bool IsSealed { get; }
member this.IsSealed : bool
Public ReadOnly Property IsSealed As Boolean
プロパティ値
このインスタンスがシールされている場合は true
。それ以外の場合は false
。true
if this instance is sealed; otherwise, false
.
注釈
この値は内部的に設定されます。This value is set internally.