AuthenticationModuleElementCollection.IndexOf Methode

Definition

Gibt den Index des angegebenen Konfigurationselements zurück.

public:
 int IndexOf(System::Net::Configuration::AuthenticationModuleElement ^ element);
public int IndexOf (System.Net.Configuration.AuthenticationModuleElement element);
member this.IndexOf : System.Net.Configuration.AuthenticationModuleElement -> int
Public Function IndexOf (element As AuthenticationModuleElement) As Integer

Parameter

Gibt zurück

Der nullbasierte Index der element-Klasse.

Gilt für:

Weitere Informationen