IDkmLanguageObjectIdProvider.CreateObjectId(DkmEvaluationResult) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.