WebPartConnectionsEventArgs.ProviderConnectionPoint 속성

정의

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

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

속성 값

ProviderConnectionPoint

현재 연결의 ProviderConnectionPoint입니다.

설명

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

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

적용 대상

추가 정보