ConsumerConnectionPointCollection.IndexOf(ConsumerConnectionPoint) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定集合中指定 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。
注解
如果指定的使用者连接点项多次出现在集合中,则返回第一个匹配项的索引。