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입니다.

설명

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

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

적용 대상

추가 정보