DkmClrValue.HasUnderlyingString(DkmInspectionContext) 方法

定义

确定此值是否具有基础字符串表示形式。 如果此方法返回 true,则用户可以使用字符串可视化工具在调试器中查看此值。 GetUnderlyingString 应返回基础字符串表示形式。

位置约束:必须从监视器组件 (组件级别 100000) 中调用 API < 。

此 API 是在 Visual Studio 14 RTM (VS14RTM) 中引入的。

public:
 bool HasUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ InspectionContext);
public:
 bool HasUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ InspectionContext);
bool HasUnderlyingString(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & InspectionContext);
public bool HasUnderlyingString (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext InspectionContext);
member this.HasUnderlyingString : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext -> bool
Public Function HasUnderlyingString (InspectionContext As DkmInspectionContext) As Boolean

参数

InspectionContext
DkmInspectionContext

中此计算的检查上下文。

返回

Boolean

弄如果此值具有和基础字符串表示形式,则为 True。

适用于