ConnectionManagementElementCollection.IndexOf Método

Definição

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

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

Parâmetros

Retornos

O índice baseado em zero do element.

Aplica-se a

Confira também