DebuggerBrowsableState Enumeration

Specifies the state of a node in the debugger.

Namespace: System.Diagnostics
Assembly: mscorlib (in mscorlib.dll)

Syntax

public enum DebuggerBrowsableState

Members

  Member name Description
Collapsed A value indicating that the current class is not expanded and that the class's internal visible members are hidden.
Never A value indicating that the specified element should never be shown.
RootHidden A value indicating that the target element itself should not be shown, but that it should instead be expanded automatically so that its members are displayed.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, and 4.1.

See Also

Reference

System.Diagnostics Namespace