IDkmClrFullNameProvider.GetClrExpressionForNull(DkmInspectionContext) Метод

Определение

Получение выражения, зависящего от языка, для значения NULL (ключевое слово).

public:
 System::String ^ GetClrExpressionForNull(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
public:
 Platform::String ^ GetClrExpressionForNull(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext ^ inspectionContext);
std::wstring GetClrExpressionForNull(Microsoft::VisualStudio::Debugger::Evaluation::DkmInspectionContext const & inspectionContext);
public string GetClrExpressionForNull (Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext inspectionContext);
abstract member GetClrExpressionForNull : Microsoft.VisualStudio.Debugger.Evaluation.DkmInspectionContext -> string
Public Function GetClrExpressionForNull (inspectionContext As DkmInspectionContext) As String

Параметры

inspectionContext
DkmInspectionContext

Окне Параметры и целевой контекст, используемые при выполнении операции проверки.

Возвращаемое значение

String

Заполняет Выражение, зависящее от языка, для значения NULL (ключевое слово).

Применяется к