ClientFormsAuthenticationMembershipProvider.GetAllUsers 方法

定义

此类不使用此方法。

public:
 override System::Web::Security::MembershipUserCollection ^ GetAllUsers(int pageIndex, int pageSize, [Runtime::InteropServices::Out] int % totalRecords);
public override System.Web.Security.MembershipUserCollection GetAllUsers(int pageIndex, int pageSize, out int totalRecords);
override this.GetAllUsers : int * int * int -> System.Web.Security.MembershipUserCollection
Public Overrides Function GetAllUsers (pageIndex As Integer, pageSize As Integer, ByRef totalRecords As Integer) As MembershipUserCollection

参数

pageIndex
Int32

未使用。

pageSize
Int32

未使用。

totalRecords
Int32

未使用。 此参数未初始化传递。

返回

不適用。 此方法始终引发异常。

例外

总是抛出。

适用于

另请参阅