InheritanceLevel 列舉

定義

定義繼承層級型別的識別項。

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

欄位

Inherited 1

物件已繼承。

InheritedReadOnly 2

物件已繼承,但只可唯讀存取。

NotInherited 3

物件未繼承。

備註

InheritanceLevel 會定義與 屬性搭配 InheritanceAttribute 使用之數值識別碼的識別碼,以指出各種繼承層級。

適用於

另請參閱