共用方式為


ProfileInfoCollection.Add(ProfileInfo) 方法

定義

將指定的 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 物件已經存在集合中。

profileInfonull

-或-

profileInfoUserName 屬性為 null

範例

如需在數據存放區中為使用者配置檔建立 ProfileInfoCollection 的實作範例ProfileProvider,請參閱實作配置檔提供者

備註

設定檔案Add提供者實作者通常會使用 方法填入 ProfileInfoCollection ,以從抽象類的 GetAllProfilesProfileProviderGetAllInactiveProfilesFindProfilesByUserNameFindInactiveProfilesByUserName 方法傳回 。

適用於

另請參閱