Debugger4.HexDisplayMode Property

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

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

Syntax

'Declaration
Property HexDisplayMode As Boolean
    Get
    Set
bool HexDisplayMode { get; set; }
property bool HexDisplayMode {
    bool get ();
    void set (bool value);
}
abstract HexDisplayMode : bool with get, set
function get HexDisplayMode () : boolean
function set HexDisplayMode (value : boolean)

Property Value

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

Implements

Debugger3.HexDisplayMode

Remarks

See HexDisplayMode.

.NET Framework Security

See Also

Reference

Debugger4 Interface

HexDisplayMode Overload

EnvDTE90a Namespace