ClientWindowsAuthenticationMembershipProvider.FindUsersByName Metoda

Definice

Tato metoda není používána touto třídou.

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

Parametry

usernameToMatch
String

Nepoužívá se.

pageIndex
Int32

Nepoužívá se.

pageSize
Int32

Nepoužívá se.

totalRecords
Int32

Nepoužívá se.

Návraty

Neužívá se. Tato metoda vždy vyvolá výjimku.

Výjimky

Vždy vyvolána.

Platí pro

Viz také