IDkmClrFullNameProvider.GetClrExpressionForNull(DkmInspectionContext) Methode

Definition

Der sprachspezifische Ausdruck für NULL (Schlüsselwort) wird angezeigt.

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

Parameter

inspectionContext
DkmInspectionContext

In Optionen und Ziel Kontext, die beim Durchführen der Überprüfung verwendet werden sollen.

Gibt zurück

String

Vorgenommen Der sprachspezifische Ausdruck für NULL (Schlüsselwort).

Gilt für