InheritanceAttribute.NotInherited Campo

Definição

Especifica que o componente não é herdado. Este campo é somente leitura.

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 do campo

Comentários

Esse campo cria um novo InheritanceAttribute que indica que o componente associado não é herdado.

Aplica-se a