WebPartConnectionCollection.IndexOf(WebPartConnection) 方法

定义

确定集合中指定 WebPartConnection 对象的索引。

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

参数

value
WebPartConnection

要确定其索引的 WebPartConnection

返回

Int32

如果在集合中找到 value,则为第一个匹配项从零开始的索引;否则为 -1。

注解

使用此方法确定集合中指定对象的索引 WebPartConnection

适用于