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.