ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) 方法

定义

返回指定的 ProfileGroupSettings 对象的索引。

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

参数

group
ProfileGroupSettings

集合中的 ProfileGroupSettings 对象。

返回

Int32

指定的 ProfileGroupSettings 对象的索引;如果指定的 ProfileGroupSettings 对象未包含在集合中,则为 -1。

适用于

另请参阅