Compartilhar via


DkmIntermediateEvaluationResult.Category Property

Definition

Category of the evaluation result. This overrides the DkmEvaluationResultCategory of the final evaluation result. Use DkmEvaluationResultCategory::Other to defer to that of the final evaluation result.

This API was introduced in Visual Studio 14 Update 1 (DkmApiVersion.VS14Update1).

public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultCategory Category { Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultCategory get(); };
public:
 property Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultCategory Category { Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultCategory get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultCategory Category { get; }
member this.Category : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultCategory
Public ReadOnly Property Category As DkmEvaluationResultCategory

Property Value

Applies to