Udostępnij za pośrednictwem


DkmIntermediateEvaluationResult.Storage Property

Definition

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

Property Value

Applies to