Share via


Debugger5.HexInputMode Property

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

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

Syntax

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

Property Value

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

Implements

Debugger4.HexInputMode

.NET Framework Security

See Also

Reference

Debugger5 Interface

HexInputMode Overload

EnvDTE100 Namespace