Share via


IDkmLanguageObjectIdProvider.CreateObjectId(DkmEvaluationResult) Method

Definition

Creates an object id for this particular expression.

public:
 void CreateObjectId(Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResult ^ result);
public void CreateObjectId (Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult result);
abstract member CreateObjectId : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResult -> unit
Public Sub CreateObjectId (result As DkmEvaluationResult)

Parameters

result
DkmEvaluationResult

[In] The formatted result of an evaluation, ready to be displayed in an expression evaluation window.

Applies to