다음을 통해 공유


WebPartManagerInternals.DeleteConnection(WebPartConnection) 메서드

정의

지정된 연결 개체가 삭제되었음을 나타내는 속성을 설정합니다.

public:
 void DeleteConnection(System::Web::UI::WebControls::WebParts::WebPartConnection ^ connection);
public void DeleteConnection(System.Web.UI.WebControls.WebParts.WebPartConnection connection);
member this.DeleteConnection : System.Web.UI.WebControls.WebParts.WebPartConnection -> unit
Public Sub DeleteConnection (connection As WebPartConnection)

매개 변수

connection
WebPartConnection

삭제를 위해 선택된 A WebPartConnection 입니다.

설명

DeleteConnection 메서드는 웹 페이지의 두 WebPart 서버 컨트롤 또는 다른 서버 컨트롤 간에 기존 연결을 종료하는 프로세스의 한 단계입니다. 삭제되었음을 ConnectionDeleted 나타내 connection 도록 true 메서드 반환 값을 설정합니다.

적용 대상

추가 정보