ClientFormsAuthenticationMembershipProvider.FindUsersByName メソッド

定義

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

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

パラメーター

usernameToMatch
String

使用されていません。

pageIndex
Int32

使用されていません。

pageSize
Int32

使用されていません。

totalRecords
Int32

使用されていません。 このパラメーターは初期化せずに渡されます。

返品

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

例外

常にスローされます。

適用対象

こちらもご覧ください