IDkmClrFullNameProvider.GetClrArrayIndexExpression(DkmInspectionContext, String[]) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Einen Array Index Ausdruck erhalten.
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
Parameter
- inspectionContext
- DkmInspectionContext
In Optionen und Ziel Kontext, die beim Durchführen der Überprüfung verwendet werden sollen.
- indices
- String[]
In Argumente für den Array Ausdruck.
Gibt zurück
Vorgenommen Der Array Index Ausdruck.