Sdílet prostřednictvím


ClientWindowsAuthenticationMembershipProvider.GetAllUsers Metoda

Definice

Tato metoda není používána touto třídou.

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

Parametry

pageIndex
Int32

Nepoužívá se.

pageSize
Int32

Nepoužívá se.

totalRecords
Int32

Nepoužívá se.

Návraty

Neužívá se. Tato metoda vždy vyvolá výjimku.

Výjimky

Vždy vyvolána.

Platí pro

Viz také