Partager via


WebApplicationFactory<TEntryPoint>.Factories Propriété

Définition

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é

S’applique à