IEEVisualizerService::GetPropertyProxy

這個方法會傳回屬性物件的 Proxy。

語法

int GetPropertyProxy(
   uint                     dwID,
   out IPropertyProxyEESide proxy
);

參數

dwID
[in]要擷取的屬性 Proxy 識別碼。

proxy
[out]在 IPropertyProxyEESide 介面中實作的所需 Proxy。

傳回值

如果成功,則會傳回 S_OK;否則,會傳回錯誤碼。

備註

  • GetPropertyProxy 會將要求傳遞至此方法,做為其類型可視化檢視支援的一部分。

另請參閱