共用方式為


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。

適用於

另請參閱