ProxyWebPartConnectionCollection.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。
備註
如果 index
等於集合中的項目數,則會 value
附加至集合結尾。