IPropertyProxyProvider:: GetPropertyProxy

检索指定的代理 ID. 的属性代理接口

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

参数

返回值

如果成功,则返回; S_OK否则,返回错误代码。

备注

通常向前支持外部类型可视化工具,此方法调用 IEEVisualizerService:: GetPropertyProxy 方法。 请参见 可视化的和查看的数据 有关如何的详细信息 IEEVisualizerService 获取。

请参见

参考

IPropertyProxyProvider

IPropertyProxyEESide

IEEVisualizerService:: GetPropertyProxy

概念

可视化的和查看的数据