Udostępnij za pośrednictwem


ClientWindowsAuthenticationMembershipProvider.FindUsersByName Metoda

Definicja

Ta metoda nie jest używana przez tę klasę.

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

Nie używany.

pageIndex
Int32

Nie używany.

pageSize
Int32

Nie używany.

totalRecords
Int32

Nie używany.

Zwraca

Nie dotyczy. Ta metoda zawsze zgłasza wyjątek.

Wyjątki

Zawsze generowany.

Dotyczy

Zobacz też