ProfileInfoCollection.Add(ProfileInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將指定的 ProfileInfo 物件加入至集合。
public:
void Add(System::Web::Profile::ProfileInfo ^ profileInfo);
public void Add (System.Web.Profile.ProfileInfo profileInfo);
member this.Add : System.Web.Profile.ProfileInfo -> unit
Public Sub Add (profileInfo As ProfileInfo)
參數
- profileInfo
- ProfileInfo
要加入集合的 ProfileInfo 物件。
例外狀況
集合是唯讀的。
UserName 值與 profileInfo
相同的 ProfileInfo 物件已經存在集合中。
範例
如需在數據存放區中為使用者配置檔建立 ProfileInfoCollection 的實作範例ProfileProvider,請參閱實作配置檔提供者。
備註
設定檔案Add提供者實作者通常會使用 方法填入 ProfileInfoCollection ,以從抽象類的 GetAllProfilesProfileProvider 、 GetAllInactiveProfilesFindProfilesByUserName或 FindInactiveProfilesByUserName 方法傳回 。