DebuggerBrowsableState Enumeration

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 nameDescription
CollapsedThe element is shown as collapsed.
NeverThe element is never shown.
RootHiddenThe 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

Windows Phone

Show:
© 2017 Microsoft