IDkmClrUIVisualizerService.InitSourceDataProvider(DkmPropertyProxy) 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> ^ InitSourceDataProvider(Microsoft::VisualStudio::Debugger::Internal::DkmPropertyProxy ^ propertyProxy);
public System.Collections.ObjectModel.ReadOnlyCollection<byte> InitSourceDataProvider (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy);
public System.Collections.ObjectModel.ReadOnlyCollection<byte>? InitSourceDataProvider (Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy propertyProxy);
abstract member InitSourceDataProvider : Microsoft.VisualStudio.Debugger.Internal.DkmPropertyProxy -> System.Collections.ObjectModel.ReadOnlyCollection<byte>
Public Function InitSourceDataProvider (propertyProxy As DkmPropertyProxy) As ReadOnlyCollection(Of Byte)
Parameters
- propertyProxy
- DkmPropertyProxy
[In] Concord wrapper around IPropertyProxyEESide.
Returns
[Out,Optional] the result bytes.