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 对象。
例外
该集合是只读的。
集合中已存在与 profileInfo
具有相同的 UserName 值的 ProfileInfo 对象。
示例
有关为数据存储中的用户配置文件创建 ProfileInfoCollection 的实现示例ProfileProvider,请参阅实现配置文件提供程序。
注解
Add配置文件提供程序实现者通常使用 方法填充 ,ProfileInfoCollection以从抽象类的 GetAllProfilesProfileProvider 、GetAllInactiveProfiles、 FindProfilesByUserName或 FindInactiveProfilesByUserName 方法返回。