ServiceNameElementCollection.IndexOf(ServiceNameElement) Метод

Определение

Метод IndexOf(ServiceNameElement) извлекает индекс указанного элемента конфигурации в данной коллекции ServiceNameElementCollection.

public:
 int IndexOf(System::Security::Authentication::ExtendedProtection::Configuration::ServiceNameElement ^ element);
public int IndexOf (System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement element);
member this.IndexOf : System.Security.Authentication.ExtendedProtection.Configuration.ServiceNameElement -> int
Public Function IndexOf (element As ServiceNameElement) As Integer

Параметры

element
ServiceNameElement

Экземпляр ServiceNameElement, индекс которого нужно получить в данной коллекции ServiceNameElementCollection.

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

Индекс указанного объекта ServiceNameElement в данной коллекции ServiceNameElementCollection.

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