ProxyWebPartConnectionCollection.Add(WebPartConnection) 方法

定义

WebPartConnection 对象添加到集合中。

public:
 int Add(System::Web::UI::WebControls::WebParts::WebPartConnection ^ value);
public int Add (System.Web.UI.WebControls.WebParts.WebPartConnection value);
member this.Add : System.Web.UI.WebControls.WebParts.WebPartConnection -> int
Public Function Add (value As WebPartConnection) As Integer

参数

value
WebPartConnection

要添加到集合中的 WebPartConnection

返回

一个整数值,指示 WebPartConnection 插入到集合中的位置。

注解

Add使用 方法将新WebPartConnection对象添加到现有ProxyWebPartConnectionCollection集合。

适用于

另请参阅