InheritanceAttribute.Inherited Campo

Definición

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

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

Valor de campo

Comentarios

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

Se aplica a