IDebugProperty2:: GetDerivedMostProperty

获取属性的派生最的属性。

HRESULT GetDerivedMostProperty ( 
   IDebugProperty2** ppDerivedMost
);
int GetDerivedMostProperty ( 
   out IDebugProperty2 ppDerivedMost
);

参数

  • ppDerivedMost
    [out] 返回表示该派生最的属性的 IDebugProperty2 对象。

返回值

如果成功,则返回; S_OK否则返回错误代码。 ; 如果没有检索,派生的最的属性返回 S_GETDERIVEDMOST_NO_DERIVED_MOST 。

备注

例如,因此,如果此属性描述实际上是 ClassDerived 实例化从 ClassRoot派生的对象实现 ClassRoot ,但,则此方法返回描述 ClassDerived 对象的 IDebugProperty2 对象。

请参见

参考

IDebugProperty2