Edit

Share via


IEEVisualizerService::GetPropertyProxy

This method returns a proxy for a property object.

Syntax

int GetPropertyProxy(
   uint                     dwID,
   out IPropertyProxyEESide proxy
);

Parameters

dwID
[in] ID of property proxy to retrieve.

proxy
[out] Desired proxy implemented in an IPropertyProxyEESide interface.

Return Value

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

Remarks

  • GetPropertyProxy passes the request to this method as part of its support for type visualizers.

See also