Debugger5.HexInputMode 属性

定义

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

public:
 property bool HexInputMode { bool get(); void set(bool value); };
public:
 property bool HexInputMode { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(108)]
public bool HexInputMode { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.HexInputMode : bool with get, set
Public Property HexInputMode As Boolean

属性值

Boolean

如果采用十六进制格式,则为布尔值 true ; 否则为 false

实现

属性

适用于