ProfileInfoCollection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建一个新的空 ProfileInfoCollection。
public:
ProfileInfoCollection();
public ProfileInfoCollection ();
Public Sub New ()
示例
有关为数据存储区中的用户配置文件创建 ProfileInfoCollection 的实现示例ProfileProvider,请参阅实现配置文件提供程序。
注解
由ProfileInfoCollection配置文件提供程序实现者构造,并从GetAllProfiles抽象类的 ProfileProvider 、 GetAllInactiveProfiles、 FindProfilesByUserName和 FindInactiveProfilesByUserName 方法返回。