다음을 통해 공유


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

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

적용 대상

추가 정보