다음을 통해 공유


IPropertyNotifySinkCP 클래스

이 클래스에서 노출 IPropertyNotifySink 인터페이스로 연결 가능 개체에 보내기 인터페이스.

중요중요

이 클래스와 해당 멤버를 실행 하는 응용 프로그램에서 사용할 수 있는 Windows 런타임.

template< class T, classCDV = CComDynamicUnkArray >
class IPropertyNotifySinkCP : 
public IConnectionPointImpl< T, &IID_IPropertyNotifySink, CDV>

매개 변수

  • T
    파생 클래스에서 IPropertyNotifySinkCP.

  • CDV
    연결 지점 및 해당 싱크 간의 연결을 관리 하는 클래스입니다.기본값은 CComDynamicUnkArray, 무제한 연결을 허용 합니다.또한 사용할 수 있습니다 CComUnkArray, 고정 된 연결의 수를 지정 합니다.

설명

IPropertyNotifySinkCP모든 메서드는 기본 클래스를 통해 상속 IConnectionPointImpl.

IPropertyNotifySink 인터페이스는 싱크 개체에 대 한 속성 변경 알림을 받을 수 있습니다.클래스 IPropertyNotifySinkCP 으로 연결 가능 개체에 보내기 인터페이스에이 인터페이스를 노출 합니다.클라이언트 구현 해야는 IPropertyNotifySink 메서드를 싱크 합니다.

파생 클래스에서 IPropertyNotifySinkCP 나타내는 연결 지점을 만드는 시기는 IPropertyNotifySink 인터페이스.

ATL 연결 지점 사용에 대 한 자세한 내용은 연결점.

요구 사항

헤더: atlctl.h

참고 항목

참조

IConnectionPointImpl 클래스

IConnectionPointContainerImpl 클래스

기타 리소스

ATL 클래스 개요