WebPartConnectionCollection.Insert(Int32, WebPartConnection) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在指定索引位置將指定的 WebPartConnection 物件加入集合。
public:
void Insert(int index, System::Web::UI::WebControls::WebParts::WebPartConnection ^ value);
public void Insert (int index, System.Web.UI.WebControls.WebParts.WebPartConnection value);
member this.Insert : int * System.Web.UI.WebControls.WebParts.WebPartConnection -> unit
Public Sub Insert (index As Integer, value As WebPartConnection)
參數
- index
- Int32
要插入 WebPartConnection 之以零起始的索引位置。
- value
- WebPartConnection
要插入的 WebPartConnection。
備註
使用這個方法可將指定的 WebPartConnection 物件插入集合中指定的索引處。 或者,您可以 WebPartConnection 使用方法,將物件附加至集合的結尾 Add 。