共用方式為


IPropertyProxyProvider::GetPropertyProxy

擷取屬性的 proxy 介面指定的 proxy 的 id。

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

參數

傳回值

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

備註

若要支援外部型別視覺化檢視,這個方法通常傳送呼叫至IEEVisualizerService::GetPropertyProxy方法。 請參閱便於檢視和檢視資料如 IEEVisualizerService 的取得方式的詳細資訊。

請參閱

參考

IPropertyProxyProvider

IPropertyProxyEESide

IEEVisualizerService::GetPropertyProxy

概念

便於檢視和檢視資料