IDebugPropertyField::GetPropertyGetter
获取获取属性的方法。
语法
HRESULT GetPropertyGetter(
IDebugMethodField** ppField
);
int GetPropertyGetter(
out IDebugMethodField ppField
);
参数
ppField
[out]返回一个 IDebugMethodField 对象,该对象表示获取属性的方法。
返回值
如果成功,则返回S_OK;否则,返回错误代码。
备注
若要获取设置属性的方法, GetPropertySetter 调用该方法。