IDkmClrUIVisualizerService120.GetInitialData(DkmPropertyProxy) Method

Definition

Not described (internal API).

public:
 System::Collections::ObjectModel::ReadOnlyCollection<System::Byte> ^ GetInitialData(Microsoft::VisualStudio::Debugger::Internal::DkmPropertyProxy ^ propertyProxy);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> GetInitialData (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy);
abstract member GetInitialData : Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function GetInitialData (propertyProxy As DkmPropertyProxy) As ReadOnlyCollection(Of Byte)

Parameters

propertyProxy
DkmPropertyProxy

[In] Concord wrapper around IPropertyProxyEESide.

Returns

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

Applies to