Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
This method returns a proxy for a property object.
HRESULT GetPropertyProxy(
DWORD dwID,
IPropertyProxyEESide** proxy
);
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
IPropertyProxyProvider::GetPropertyProxy passes the request to this method as part of its support for type visualizers.