ClientFormsAuthenticationMembershipProvider.FindUsersByEmail メソッド

定義

このメソッドは、このクラスでは使用されません。

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

使用されていません。

pageIndex
Int32

使用されていません。

pageSize
Int32

使用されていません。

totalRecords
Int32

使用されていません。

返品

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

例外

常にスローされます。

適用対象

こちらもご覧ください