InheritanceLevel 列舉

定義

定義繼承層級類型的識別碼。

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

欄位

名稱 Description
Inherited 1

這個物件是繼承的。

InheritedReadOnly 2

物件是繼承的,但擁有唯讀存取權。

NotInherited 3

該物件不會繼承。

備註

InheritanceLevel 定義與屬性搭配 InheritanceAttribute 使用的數字識別碼,以表示不同繼承層級。

適用於

另請參閱