DkmPropertyProxy.CreateReplacementObject(Byte[]) Method

Definition

Not described (internal API).

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

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

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

Parameters

DataIn
Byte[]

[In] Not described (internal API).

Returns

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

Applies to