ProfileGroupSettingsCollection.IndexOf(ProfileGroupSettings) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回 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 物件。
傳回
指定之 ProfileGroupSettings 物件的索引;如果指定的 ProfileGroupSettings 物件未包含在集合中,則為 -1。