Debugger4.HexInputMode 属性

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

命名空间:  EnvDTE90a
程序集:  EnvDTE90a(在 EnvDTE90a.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。

实现

Debugger3.HexInputMode

备注

请参见HexInputMode

.NET Framework 安全性

请参见

参考

Debugger4 接口

HexInputMode 重载

EnvDTE90a 命名空间