IDkmClrFullNameProvider.GetClrExpressionAndFormatSpecifiers Method

Definition

Splits the string into the expression and format specifier parts.

public:
 System::String ^ GetClrExpressionAndFormatSpecifiers(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext, System::String ^ expression, [Runtime::InteropServices::Out] System::Collections::ObjectModel::ReadOnlyCollection<System::String ^> ^ % formatSpecifiers);
public string GetClrExpressionAndFormatSpecifiers (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext, string expression, out System.Collections.ObjectModel.ReadOnlyCollection<string> formatSpecifiers);
abstract member GetClrExpressionAndFormatSpecifiers : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext * string * ReadOnlyCollection -> string
Public Function GetClrExpressionAndFormatSpecifiers (inspectionContext As DkmInspectionContext, expression As String, ByRef formatSpecifiers As ReadOnlyCollection(Of String)) As String

Parameters

inspectionContext
DkmInspectionContext

[In] Options and target context to use while performing the inspection operation.

expression
String

[In] The expression being split to expression and format specifier parts.

formatSpecifiers
ReadOnlyCollection<String>

[Out] The format specifier(s) to use when formatting this result.

Returns

[Out] The expression without format specifiers.

Applies to