Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves the property proxy interface for the specified proxy ID.
HRESULT GetPropertyProxy(
DWORD dwID,
IPropertyProxyEESide** proxy
);
int GetPropertyProxy(
uint dwID,
out IPropertyProxyEESide proxy
);
Parameters
dwID
[in] ID of the desired property proxy.proxy
[out] Returns an IPropertyProxyEESide object.
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
IEEVisualizerService::GetPropertyProxy