_Type.IsSealed プロパティ

定義

COM オブジェクトを提供するバージョンに依存しないアクセス権を持つ、IsSealedプロパティです。

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

プロパティ値

Boolean

true が sealed として宣言されている場合は Type。それ以外の場合は false

注釈

このプロパティは、アンマネージコードからマネージクラスにアクセスするためのものであり、マネージコードからは呼び出さないでください。

Type.IsSealedプロパティは、が sealed として宣言されているかどうかを示す値を取得し Type ます。

適用対象