다음을 통해 공유


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