InheritanceLevel 枚举

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

**命名空间:**System.ComponentModel
**程序集:**System(在 system.dll 中)

语法

声明
Public Enumeration InheritanceLevel
用法
Dim instance As InheritanceLevel
public enum InheritanceLevel
public enum class InheritanceLevel
public enum InheritanceLevel
public enum InheritanceLevel

成员

  成员名称 说明
Inherited 该对象会被继承。 
InheritedReadOnly 该对象会被继承,但具有只读访问权限。 
NotInherited 该对象不被继承。 

备注

InheritanceLevel 定义数字 ID 的标识符,该数字 ID 和 InheritanceAttribute 属性一起用于指示多种继承级别。

平台

Windows 98、Windows 2000 SP4、Windows Millennium Edition、Windows Server 2003、Windows XP Media Center Edition、Windows XP Professional x64 Edition、Windows XP SP2、Windows XP Starter Edition

.NET Framework 并不是对每个平台的所有版本都提供支持。有关受支持版本的列表,请参见系统要求

版本信息

.NET Framework

受以下版本支持:2.0、1.1、1.0

请参见

参考

System.ComponentModel 命名空间
Attribute