FrameworkTemplate.IsSealed プロパティ

定義

このオブジェクトが不変の状態で変更不可能であるかどうかを示す値を取得します。

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

プロパティ値

Boolean

trueこのオブジェクトが変更できない状態の場合。それ以外の場合は . false

適用対象