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。