ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
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
Index zadaného ProfilePropertySettings objektu nebo -1, pokud objekt nebyl v kolekci nalezen.