ClientWindowsAuthenticationMembershipProvider.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

使用されていません。

返品

適用されません。 このメソッドは常に例外をスローします。

例外

常にスローされます。

適用対象

こちらもご覧ください