DkmPropertyProxy.InPlaceUpdateObject(Byte[]) Method

Definition

Not described (internal API).

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ InPlaceUpdateObject(cli::array <System::Byte> ^ DataIn);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> InPlaceUpdateObject (byte[] DataIn);
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? InPlaceUpdateObject (byte[]? DataIn);
member this.InPlaceUpdateObject : byte[] -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function InPlaceUpdateObject (DataIn As Byte()) As ReadOnlyCollection(Of Byte)

Parameters

DataIn
Byte[]

[In] Not described (internal API).

Returns

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

Applies to