IDkmClrFullNameProvider.GetClrArrayIndexExpression 方法

定义

获取数组索引表达式。

public:
 System::String ^ GetClrArrayIndexExpression(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, cli::array <System::String ^> ^ indices);
public:
 Platform::String ^ GetClrArrayIndexExpression(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, Platform::Array <Platform::String ^> ^ indices);
std::wstring GetClrArrayIndexExpression(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext, std::Array <std::wstring const &> const & indices);
public string GetClrArrayIndexExpression (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext, string[] indices);
abstract member GetClrArrayIndexExpression : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext * string[] -> string
Public Function GetClrArrayIndexExpression (inspectionContext As DkmInspectionContext, indices As String()) As String

参数

inspectionContext
DkmInspectionContext

中要在执行检查操作时使用的选项和目标上下文。

indices
String[]

中数组表达式的参数。

返回

String

弄数组索引表达式。

适用于