Udostępnij za pośrednictwem


ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Metoda

Definicja

Zwraca indeks określonego ProfilePropertySettings obiektu.

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

Parametry

propertySettings
ProfilePropertySettings

ProfilePropertySettings Obiekt w kolekcji.

Zwraca

Indeks określonego ProfilePropertySettings obiektu lub -1, jeśli obiekt nie zostanie znaleziony w kolekcji.

Dotyczy

Zobacz też