DebuggerBrowsableAttribute.State Propiedad

Definición

Obtiene el estado de presentación del 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 de propiedad

Uno de los valores de DebuggerBrowsableState.

Comentarios

El DebuggerBrowsableAttribute constructor usa el valor del state parámetro para establecer este valor.

Se aplica a