InheritanceAttribute.NotInherited Campo

Definición

Especifica que el componente no se hereda. Este campo es de solo lectura.

public: static initonly System::ComponentModel::InheritanceAttribute ^ NotInherited;
public static readonly System.ComponentModel.InheritanceAttribute NotInherited;
 staticval mutable NotInherited : System.ComponentModel.InheritanceAttribute
Public Shared ReadOnly NotInherited As InheritanceAttribute 

Valor de campo

Comentarios

Este campo crea un nuevo InheritanceAttribute que indica que el componente asociado no se hereda.

Se aplica a