Aracılığıyla paylaş


ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) Yöntem

Tanım

Belirtilen ProfilePropertySettings nesnenin dizinini döndürür.

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

Parametreler

propertySettings
ProfilePropertySettings

ProfilePropertySettings Koleksiyondaki bir nesne.

Döndürülenler

Belirtilen ProfilePropertySettings nesnenin dizini veya nesne koleksiyonda bulunamazsa -1.

Şunlara uygulanır

Ayrıca bkz.