IDkmClrUIVisualizerService.InPlaceUpdateObject Method

Definition

Not described (internal API).

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ InPlaceUpdateObject(Microsoft::VisualStudio::Debugger::Internal::DkmPropertyProxy ^ propertyProxy, cli::array <System::Byte> ^ dataIn);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> InPlaceUpdateObject (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy, byte[] dataIn);
abstract member InPlaceUpdateObject : Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy * byte[] -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function InPlaceUpdateObject (propertyProxy As DkmPropertyProxy, dataIn As Byte()) As ReadOnlyCollection(Of Byte)

Parameters

propertyProxy
DkmPropertyProxy

[In] Concord wrapper around IPropertyProxyEESide.

dataIn
Byte[]

[In] Not described (internal API).

Returns

[Out,Optional] Not described (internal API).

Applies to