DkmPropertyProxy.Create Method

Definition

Create a new DkmPropertyProxy object instance.

public:
 static Microsoft::VisualStudio::Debugger::Internal::DkmPropertyProxy ^ Create(System::UInt32 Id, Microsoft::VisualStudio::Debugger::Evaluation::DkmSuccessEvaluationResult ^ EvaluationResult, Microsoft::VisualStudio::Debugger::DkmDataItem ^ DataItem);
public static Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy Create (uint Id, Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult EvaluationResult, Microsoft.VisualStudio.Debugger.DkmDataItem DataItem);
public static Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy Create (uint Id, Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult EvaluationResult, Microsoft.VisualStudio.Debugger.DkmDataItem? DataItem);
static member Create : uint32 * Microsoft.VisualStudio.Debugger.Evaluation.DkmSuccessEvaluationResult * Microsoft.VisualStudio.Debugger.DkmDataItem -> Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy
Public Shared Function Create (Id As UInteger, EvaluationResult As DkmSuccessEvaluationResult, DataItem As DkmDataItem) As DkmPropertyProxy

Parameters

Id
UInt32

[In] Not described (internal API).

EvaluationResult
DkmSuccessEvaluationResult

[In] The evaluation result this proxy is based on.

DataItem
DkmDataItem

[In,Optional] Data object to add to the new DkmPropertyProxy instance. Pass 'null' in the case that the caller doesn't need to add a data item.

Returns

[Out] Result of this method call.

Applies to