WebPartManager.DynamicConnections 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得網頁上目前所有動態連接的集合。
protected public:
property System::Web::UI::WebControls::WebParts::WebPartConnectionCollection ^ DynamicConnections { System::Web::UI::WebControls::WebParts::WebPartConnectionCollection ^ get(); };
protected internal System.Web.UI.WebControls.WebParts.WebPartConnectionCollection DynamicConnections { get; }
member this.DynamicConnections : System.Web.UI.WebControls.WebParts.WebPartConnectionCollection
Protected Friend ReadOnly Property DynamicConnections As WebPartConnectionCollection
屬性值
WebPartConnectionCollection,包含頁面上所有動態連接的參考。
備註
動態連線是以程序設計方式建立的連線,而不是靜態建立的連線。 靜態連接是藉由在 Web Forms 頁面的標記中宣告它們來建立的。 動態聯機會以程序設計方式形成,或使用聯機使用者介面建立連線, (UI) 。
DynamicConnections雖然集合是只讀的,但您無法變更其內容,但會提供每個動態連接物件的程式設計存取。
注意
若要執行連線或中斷 WebPart 連線控制項等常見作業,開發人員應該在類別上使用 WebPartManager 公用方法,例如 DisconnectWebParts 和 ConnectWebParts,而不是嘗試直接修改集合中的 DynamicConnections 連接物件。