ProtocolElementCollection.IndexOf(ProtocolElement) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回集合中指定 ProtocolElement 的从零开始的索引。
public:
int IndexOf(System::Web::Services::Configuration::ProtocolElement ^ element);
public int IndexOf (System.Web.Services.Configuration.ProtocolElement element);
member this.IndexOf : System.Web.Services.Configuration.ProtocolElement -> int
Public Function IndexOf (element As ProtocolElement) As Integer
参数
- element
- ProtocolElement
要在集合中查找的 ProtocolElement。
返回
指定 ProtocolElement 的从零开始的索引;如果在集合中未找到该元素,则为 -1。