IEEVisualizerService:: GetPropertyProxy

此方法返回属性对象的代理。

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

参数

  • dwID
    [in] 属性代理 ID 检索的。

  • proxy
    [out] 在 IPropertyProxyEESide 接口实现所需的代理。

返回值

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

备注

IPropertyProxyProvider:: GetPropertyProxy 将该请求传递给此方法作为的一部分进行类型可视化工具支持。

请参见

参考

IEEVisualizerService

IPropertyProxyEESide

IPropertyProxyProvider:: GetPropertyProxy