Condividi tramite


DkmFailedEvaluationResult.Category Property

Definition

The category (ex: Data, Method, etc) of the underlying value represented by this evaluation result. This is principally used by the debugger UI to select icons in the watch and other expression evaluation windows.

This API was introduced in Visual Studio 14 Update 2 (DkmApiVersion.VS14Update2).

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