ProfileInfoCollection 构造函数

定义

创建一个新的空 ProfileInfoCollection

public:
 ProfileInfoCollection();
public ProfileInfoCollection ();
Public Sub New ()

示例

有关为数据存储区中的用户配置文件创建 ProfileInfoCollection 的实现示例ProfileProvider,请参阅实现配置文件提供程序

注解

ProfileInfoCollection配置文件提供程序实现者构造,并从GetAllProfiles抽象类的 ProfileProviderGetAllInactiveProfilesFindProfilesByUserNameFindInactiveProfilesByUserName 方法返回。

适用于

另请参阅