Condividi tramite


Proprietà Debugger4.HexInputMode

Ottiene o imposta un valore che indica se le espressioni sono valutate in formato decimale o esadecimale.

Spazio dei nomi:  EnvDTE90a
Assembly:  EnvDTE90a (in EnvDTE90a.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Valore Boolean che è true se in formato esadecimale; in caso contrario false.

Implementa

Debugger3.HexInputMode

Note

Vedere HexInputMode.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger4 Interfaccia

Overload HexInputMode

Spazio dei nomi EnvDTE90a