DebuggerDisplayAttribute Properties

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

The DebuggerDisplayAttribute type exposes the following members.

Properties

  Name Description
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Name Gets or sets the name to display in the debugger variable windows.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Target Gets or sets the type of the attribute's target.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 TargetTypeName Gets or sets the type name of the attribute's target.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Type Gets or sets the string to display in the type column of the debugger variable windows.
Public propertySupported by Silverlight for Windows PhoneSupported by Xbox 360 Value Gets the string to display in the value column of the debugger variable windows.

Top