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

사용되지 않습니다.

반환

MembershipUserCollection

해당 사항 없음 이 메서드는 항상 예외를 throw합니다.

예외

항상 throw됩니다.

적용 대상

추가 정보