Debugger5.HexInputMode 属性

获取或设置一个值,该值指示是以十六进制还是以十进制格式计算表达式。

命名空间:  EnvDTE100
程序集:  EnvDTE100(在 EnvDTE100.dll 中)

语法

声明
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)

属性值

类型:System.Boolean
一个布尔值,如果采用十六进制格式,该值为 true;否则为 false。

实现

Debugger4.HexInputMode

.NET Framework 安全性

请参见

参考

Debugger5 接口

HexInputMode 重载

EnvDTE100 命名空间