Condividi tramite


ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Metodo

Definizione

Restituisce l'indice dell'oggetto ProfilePropertySettings specificato.

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

Parametri

propertySettings
ProfilePropertySettings

Oggetto ProfilePropertySettings nell'insieme.

Restituisce

Int32

Indice dell'oggetto specificato ProfilePropertySettings, oppure -1 se l'oggetto non viene trovato nell'insieme.

Si applica a

Vedi anche