This documentation is archived and is not being maintained.
DebuggerBrowsableState Enumeration
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation . ]
Provides display instructions for the debugger.
Namespace:
System.Diagnostics
Assembly:
mscorlib (in mscorlib.dll)
No code example is currently available or this language may not be supported.
Member name Description Collapsed The element is shown as collapsed. Never The element is never shown. RootHidden The root element is not displayed, but the child elements are displayed if the element is a collection or array of items.
DebuggerBrowsableState is used to simplify the view in the debug window. See the DebuggerBrowsableAttribute class for information on the use of this enumeration.
Windows Phone OS Supported in: 8.1, 8.0, 7.1, 7.0