次の方法で共有


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 、Web ページ上の 2 つまたは WebPart 他のサーバー コントロール間の既存の接続を終了するプロセスの 1 つの手順です。 プロパティ値を ConnectionDeletedtrue 設定して、削除されたことを connection 示します。

適用対象

こちらもご覧ください