ProtocolElementCollection.IndexOf(ProtocolElement) Метод

Определение

Возвращает индекс (с нуля) заданного объекта 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 для поиска в коллекции.

Возвращаемое значение

Int32

Индекс (с нуля) заданного объекта ProtocolElement, либо значение -1, если не удалось обнаружить элемент в коллекции.

Применяется к