InheritanceLevel Enumeración

Definición

Define los identificadores de los tipos de niveles de herencia.

public enum class InheritanceLevel
public enum InheritanceLevel
type InheritanceLevel = 
Public Enum InheritanceLevel
Herencia
InheritanceLevel

Campos

Inherited 1

Se hereda el objeto.

InheritedReadOnly 2

Se hereda el objeto pero el acceso es de sólo lectura.

NotInherited 3

No se hereda el objeto.

Comentarios

InheritanceLevel define identificadores para identificadores numéricos que se usan con el InheritanceAttribute atributo para indicar varios niveles de herencia.

Se aplica a

Consulte también