WebApplicationFactory<TEntryPoint>.Factories Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le IReadOnlyList<T> des fabriques créées à partir de cette fabrique en personnalisant davantage lors de l’appel IWebHostBuilderWithWebHostBuilder(Action<IWebHostBuilder>)de .
public:
property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Testing::WebApplicationFactory<TEntryPoint> ^> ^ Factories { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::Testing::WebApplicationFactory<TEntryPoint> ^> ^ get(); };
public System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<TEntryPoint>> Factories { get; }
member this.Factories : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.Testing.WebApplicationFactory<'EntryPoint>>
Public ReadOnly Property Factories As IReadOnlyList(Of WebApplicationFactory(Of TEntryPoint))
Valeur de propriété
IReadOnlyList<WebApplicationFactory<TEntryPoint>>