Debugger3::HexDisplayMode Property

 

Gets or sets a value that indicates whether the expressions are output in hexadecimal or decimal format.

Namespace:   EnvDTE90
Assembly:  EnvDTE90 (in EnvDTE90.dll)

property bool HexDisplayMode {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

A Boolean that is true if hexadecimal format; otherwise, false.

Use this property to determine or set whether expressions are output in hexadecimal or decimal format. It directly corresponds to the setting in the General, Debugging, Options dialog box.

For more information, see Expressions in the Debugger.

The following example shows how to use the HexDisplayMode property.

No code example is currently available or this language may not be supported.
Return to top
Show: