Compartir a través de


ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Método

Definición

Devuelve el índice del objeto ProfilePropertySettings especificado.

public:
 int IndexOf(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public int IndexOf (System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.IndexOf : System.Web.Configuration.ProfilePropertySettings -> int
Public Function IndexOf (propertySettings As ProfilePropertySettings) As Integer

Parámetros

propertySettings
ProfilePropertySettings

Objeto ProfilePropertySettings de la colección.

Devoluciones

El índice del objeto ProfilePropertySettings especificado, o -1 si el objeto no se encuentra en la colección.

Se aplica a

Consulte también