次の方法で共有


InheritanceLevel 列挙体

さまざまな種類の継承レベルを示す識別子を定義します。

名前空間: System.ComponentModel
アセンブリ: System (system.dll 内)

構文

'宣言
Public Enumeration InheritanceLevel
'使用
Dim instance As InheritanceLevel
public enum InheritanceLevel
public enum class InheritanceLevel
public enum InheritanceLevel
public enum InheritanceLevel

メンバ

  メンバ名 説明
Inherited オブジェクトは継承されます。 
InheritedReadOnly オブジェクトは継承されますが、読み取り専用です。 
NotInherited オブジェクトは継承されません。 

解説

InheritanceLevel は、さまざまな継承レベルを示すために InheritanceAttribute 属性で使用される数値 ID の識別子を定義します。

プラットフォーム

Windows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。

バージョン情報

.NET Framework

サポート対象 : 2.0、1.1、1.0

参照

関連項目

System.ComponentModel 名前空間
Attribute