Condividi tramite


ClientFormsAuthenticationMembershipProvider.FindUsersByName Metodo

Definizione

Questo metodo non viene utilizzato da questa 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

Parametri

usernameToMatch
String

Non usato.

pageIndex
Int32

Non usato.

pageSize
Int32

Non usato.

totalRecords
Int32

Non usato. Questo parametro viene passato non inizializzato.

Restituisce

Non applicabile. Questo metodo genera sempre un'eccezione.

Eccezioni

Sempre generato.

Si applica a

Vedi anche