InheritanceLevel 列挙型

定義

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

public enum class InheritanceLevel
public enum InheritanceLevel
type InheritanceLevel = 
Public Enum InheritanceLevel
継承
InheritanceLevel

フィールド

Inherited 1

オブジェクトは継承されます。

InheritedReadOnly 2

オブジェクトは継承されますが、読み取り専用です。

NotInherited 3

オブジェクトは継承されません。

注釈

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

適用対象

こちらもご覧ください