DebuggerBrowsableAttribute.State Propriedade

Definição

Obtém o estado de exibição para o atributo.

public:
 property System::Diagnostics::DebuggerBrowsableState State { System::Diagnostics::DebuggerBrowsableState get(); };
public System.Diagnostics.DebuggerBrowsableState State { get; }
member this.State : System.Diagnostics.DebuggerBrowsableState
Public ReadOnly Property State As DebuggerBrowsableState

Valor da propriedade

Um dos valores de DebuggerBrowsableState.

Comentários

O DebuggerBrowsableAttribute construtor usa o valor do state parâmetro para definir esse valor.

Aplica-se a