IDkmClrUIVisualizerService.InPlaceUpdateObject Method
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.
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);
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).