ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回指定的 ProfilePropertySettings 对象的索引。
public:
int IndexOf(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public int IndexOf (System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.IndexOf : System.Web.Configuration.ProfilePropertySettings -> int
Public Function IndexOf (propertySettings As ProfilePropertySettings) As Integer
参数
- propertySettings
- ProfilePropertySettings
集合中的 ProfilePropertySettings 对象。
返回
指定的 ProfilePropertySettings 对象的索引;如果没有在集合中找到该对象,则为 -1。