IPropertyProxyProvider::GetPropertyProxy

Retrieves the property proxy interface for the specified proxy ID.

HRESULT GetPropertyProxy(
   DWORD                  dwID,
   IPropertyProxyEESide** proxy
);
int GetPropertyProxy(
   uint                     dwID,
   out IPropertyProxyEESide proxy
);

Parameters

Return Value

If successful, returns S_OK; otherwise, returns an error code.

Remarks

To support external type visualizers, this method typically forwards the call to the IEEVisualizerService::GetPropertyProxy method. See Visualizing and Viewing Data for details on how the IEEVisualizerService is obtained.

See Also

Reference

IPropertyProxyProvider

IPropertyProxyEESide

IEEVisualizerService::GetPropertyProxy

Concepts

Visualizing and Viewing Data