다음을 통해 공유


IDebugPropertyField::GetPropertyGetter

속성을 가져오는 메서드를 가져옵니다.

구문

HRESULT GetPropertyGetter( 
   IDebugMethodField** ppField
);
int GetPropertyGetter(
   out IDebugMethodField ppField
);

매개 변수

ppField
[out] 속성을 가져오는 메서드를 나타내는 IDebugMethodField 개체를 반환합니다.

Return Value

성공하면 S_OK를 반환하고 실패하면 오류 코드를 반환합니다.

설명

속성을 설정하는 메서드를 가져오기 위해 GetPropertySetter는 메서드를 호출합니다.

참고 항목