UserManagerSpecificationTestBase<TUser,TKey>.GenerateUsers Metoda
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Vygenerujte uživatele Count s předponou názvu.
protected:
System::Collections::Generic::List<TUser> ^ GenerateUsers(System::String ^ userNamePrefix, int count);
protected System.Collections.Generic.List<TUser> GenerateUsers (string userNamePrefix, int count);
member this.GenerateUsers : string * int -> System.Collections.Generic.List<'User (requires 'User : null)>
Protected Function GenerateUsers (userNamePrefix As String, count As Integer) As List(Of TUser)
Parametry
- userNamePrefix
- String
- count
- Int32
Návraty
- List<TUser>