AuthenticationModuleElementCollection.IndexOf Método

Definição

Retorna o índice do elemento de configuração especificado.

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

Parâmetros

Retornos

O índice baseado em zero do element.

Aplica-se a

Confira também