Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

InheritanceLevel Enumeration

Defines identifiers for types of inheritance levels.

[Visual Basic]
<Serializable>
Public Enum InheritanceLevel
[C#]
[Serializable]
public enum InheritanceLevel
[C++]
[Serializable]
__value public enum InheritanceLevel
[JScript]
public
   Serializable
enum InheritanceLevel

Remarks

InheritanceLevel defines identifiers for numeric IDs that are used with the InheritanceAttribute attribute to indicate various levels of inheritance.

Members

Member name Description
Inherited The object is inherited.
InheritedReadOnly The object is inherited, but has read-only access.
NotInherited The object is not inherited.

Requirements

Namespace: System.ComponentModel

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

Assembly: System (in System.dll)

See Also

System.ComponentModel Namespace | Attribute

Show:
© 2017 Microsoft