ConsumerConnectionPointCollection.IndexOf(ConsumerConnectionPoint) 方法

定义

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

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

参数

connectionPoint
ConsumerConnectionPoint

要查找的 ConsumerConnectionPoint

返回

如果在当前 ConsumerConnectionPointCollection 中找到 connectionPoint,则为第一个匹配项的从零开始的索引;否则为 -1。

注解

如果指定的使用者连接点项多次出现在集合中,则返回第一个匹配项的索引。

适用于