다음을 통해 공유


WebPartConnectionsEventArgs.ConsumerConnectionPoint 속성

정의

현재 연결의 ConsumerConnectionPoint 개체를 가져옵니다.

public:
 property System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ ConsumerConnectionPoint { System::Web::UI::WebControls::WebParts::ConsumerConnectionPoint ^ get(); };
public System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint ConsumerConnectionPoint { get; }
member this.ConsumerConnectionPoint : System.Web.UI.WebControls.WebParts.ConsumerConnectionPoint
Public ReadOnly Property ConsumerConnectionPoint As ConsumerConnectionPoint

속성 값

현재 연결의 ConsumerConnectionPoint입니다.

설명

웹 파트 영역의 컨트롤 간에 연결하려면 하나의 컨트롤이 공급자 역할을 하고 다른 컨트롤은 소비자 역할을 해야 합니다. 각 컨트롤에는 연결점도 정의되어야 합니다. 소비자의 경우 연결점은 개체여야 ConsumerConnectionPoint 합니다.

웹 파트 연결에 대한 자세한 내용은 , ConnectionPoint웹 파트 연결 개요를 참조WebPartConnection하세요.

적용 대상

추가 정보