IDkmClrUIVisualizerService120 Interface

Definition

Implemented by expression evaluators which support the C# EE's method of custom viewers (i.e. IPropertyProxyEESide). This interface is subject to change in future releases.

Implementations of this interface are always called (no filtering is supported). To reduce memory impact, it is suggested that this interface be implemented in a small dll, or that the implementation is configured with 'CallOnlyWhenLoaded="true"'.

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

public interface class IDkmClrUIVisualizerService120
public interface class IDkmClrUIVisualizerService120
__interface IDkmClrUIVisualizerService120
public interface IDkmClrUIVisualizerService120
type IDkmClrUIVisualizerService120 = interface
Public Interface IDkmClrUIVisualizerService120

Methods

CreateReplacementObject(DkmPropertyProxy, Byte[])

Not described (internal API).

GetInitialData(DkmPropertyProxy)

Not described (internal API).

Applies to