Condividi tramite


ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Metodo

Definizione

Restituisce l'indice dell'oggetto ProfileGroupSettings specificato.

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

Parametri

group
ProfileGroupSettings

Oggetto ProfileGroupSettings nell'insieme.

Restituisce

Int32

L'indice dell'oggetto ProfileGroupSettings specificato, oppure -1 se l'oggetto ProfileGroupSettings specificato non è contenuto nell'insieme.

Si applica a

Vedi anche