Debugger4::HexInputMode Property

 

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

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

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

Property Value

Type: System::Boolean

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

Return to top
Show: