InheritanceLevel 列挙型

定義

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

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

フィールド

名前 説明
Inherited 1

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

InheritedReadOnly 2

オブジェクトは継承されますが、読み取り専用アクセス権があります。

NotInherited 3

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

注釈

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

適用対象

こちらもご覧ください