TrackingConfigurationCollection<TConfigurationElement>.IndexOf Método

Definição

Obtém o índice do elemento de configuração especificado.

public:
 int IndexOf(TConfigurationElement element);
public int IndexOf(TConfigurationElement element);
member this.IndexOf : 'ConfigurationElement -> int
Public Function IndexOf (element As TConfigurationElement) As Integer

Parâmetros

element
TConfigurationElement

O elemento de configuração.

Devoluções

O índice baseado em zero do elemento de configuração.

Aplica-se a