IDebugPropertyField::GetPropertySetter
如需 Visual Studio 2017 的最新文件請參閱 Visual Studio 2017 文件。
取得設定屬性的方法。
語法
HRESULT GetPropertySetter(
IDebugMethodField** ppField
);
int GetPropertySetter(
out IDebugMethodField ppField
);
參數
ppField
[out]傳回IDebugMethodField物件代表設定屬性的方法。
傳回值
如果成功,會傳回 S_OK。否則會傳回錯誤碼。
備註
若要取得之屬性的方法,呼叫GetPropertyGetter方法。