DkmFailedEvaluationResult.Category Property
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.
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