다음을 통해 공유


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

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

설명

DeleteConnection 메서드는 웹 페이지에서 두 WebPart 개 또는 다른 서버 컨트롤 간의 기존 연결을 종료하는 프로세스의 한 단계입니다. 설정 된 ConnectionDeleted 속성 값을 true 나타내는 connection 삭제 됩니다.

적용 대상

추가 정보