Aracılığıyla paylaş


ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) Yöntem

Tanım

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

public:
 int IndexOf(System::Web::Configuration::ProfileGroupSettings ^ group);
public int IndexOf (System.Web.Configuration.ProfileGroupSettings group);
member this.IndexOf : System.Web.Configuration.ProfileGroupSettings -> int
Public Function IndexOf (group As ProfileGroupSettings) As Integer

Parametreler

group
ProfileGroupSettings

ProfileGroupSettings Koleksiyondaki bir nesne.

Döndürülenler

Int32

Belirtilen nesnenin dizini veya belirtilen ProfileGroupSettings ProfileGroupSettings nesne koleksiyonda yer almadıysa -1.

Şunlara uygulanır

Ayrıca bkz.