InheritanceAttribute.InheritanceLevel Propriedade

Definição

Obtém ou define o nível atual de herança armazenado nesse atributo.Gets or sets the current inheritance level stored in this attribute.

public:
 property System::ComponentModel::InheritanceLevel InheritanceLevel { System::ComponentModel::InheritanceLevel get(); };
public System.ComponentModel.InheritanceLevel InheritanceLevel { get; }
member this.InheritanceLevel : System.ComponentModel.InheritanceLevel
Public ReadOnly Property InheritanceLevel As InheritanceLevel

Valor da propriedade

InheritanceLevel

O InheritanceLevel armazenado neste atributo.The InheritanceLevel stored in this attribute.

Aplica-se a

Confira também