ClientFormsAuthenticationMembershipProvider.FindUsersByEmail(String, Int32, Int32, Int32) 方法

定义

此类未使用此方法。This method is not used by this class.

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

参数

emailToMatch
String

未使用。Not used.

pageIndex
Int32

未使用。Not used.

pageSize
Int32

未使用。Not used.

totalRecords
Int32

未使用。Not used.

返回

MembershipUserCollection

不适用。Not applicable. 此方法总是引发异常。This method always throws an exception.

例外

始终引发。Always thrown.

适用于