ServiceNameElementCollection.IndexOf(ServiceNameElement) Metod

Definition

Metoden IndexOf(ServiceNameElement) hämtar indexet för det angivna konfigurationselementet i det här 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

Parametrar

element
ServiceNameElement

Den ServiceNameElement instans som ska hämta indexet för i den här ServiceNameElementCollection.

Returer

Indexet för angivet ServiceNameElement i den här ServiceNameElementCollection.

Gäller för