InheritanceLevel 枚举

定义

定义继承级别类型的标识符。

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

字段

Inherited 1

该对象会被继承。

InheritedReadOnly 2

该对象会被继承,但具有只读访问权限。

NotInherited 3

该对象不被继承。

注解

InheritanceLevel 定义与属性一起使用 InheritanceAttribute 的数值 ID 的标识符,以指示不同级别的继承。

适用于

另请参阅