Proprietà Debugger4.HexInputMode

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

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

Sintassi

'Dichiarazione
Property HexInputMode As Boolean
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
Un valore booleano che viene true se esadecimale formattare; in caso contrario, false.

Note

vedere HexInputMode.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Debugger4 Interfaccia

Overload HexInputMode

Spazio dei nomi EnvDTE90a