ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Метод

Определение

Возвращает индекс указанного объекта ProfilePropertySettings.

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

Параметры

propertySettings
ProfilePropertySettings

Объект ProfilePropertySettings в коллекции.

Возвращаемое значение

Int32

Индекс заданного объекта ProfilePropertySettings в коллекции или -1, если объект не найден.

Применяется к

См. также раздел