ProfileInfoCollection 构造函数

定义

创建一个新的空 ProfileInfoCollection

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

示例

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

注解

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

适用于

另请参阅