ClientFormsAuthenticationMembershipProvider.FindUsersByName Méthode

Définition

Cette méthode n'est pas utilisée par cette classe.

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

Paramètres

usernameToMatch
String

Non utilisé.

pageIndex
Int32

Non utilisé.

pageSize
Int32

Non utilisé.

totalRecords
Int32

Non utilisé. Ce paramètre est passé sans être initialisé.

Retours

Non applicable. Cette méthode lève toujours une exception.

Exceptions

Toujours levée.

S’applique à

Voir aussi