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。