DkmIntermediateEvaluationResult.Storage 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.
storage type of the evaluation result. This overrides the DkmEvaluationResultStorageType of the final evaluation result. Use DkmEvaluationResultStorageType::None to defer to that of the final evaluation result.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultStorageType Storage { Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultStorageType get(); };
public:
property Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultStorageType Storage { Microsoft::VisualStudio::Debugger::Evaluation::DkmEvaluationResultStorageType get(); };
public Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultStorageType Storage { get; }
member this.Storage : Microsoft.VisualStudio.Debugger.Evaluation.DkmEvaluationResultStorageType
Public ReadOnly Property Storage As DkmEvaluationResultStorageType