InheritanceAttribute.NotInherited Campo

Definição

Especifica que o componente não é herdado.Specifies that the component is not inherited. Este campo é somente leitura.This field is read-only.

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

InheritanceAttribute

Comentários

Esse campo cria um novo InheritanceAttribute que indica que o componente associado não é herdado.This field creates a new InheritanceAttribute that indicates that the associated component is not inherited.

Aplica-se a