ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Metoda

Definice

Vrátí index zadaného ProfilePropertySettings objektu.

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

Objekt ProfilePropertySettings v kolekci.

Návraty

Int32

Index zadaného ProfilePropertySettings objektu nebo -1, pokud objekt nebyl v kolekci nalezen.

Platí pro

Viz také