WebApplicationFactory<TEntryPoint>.Factories Eigenschaft

Definition

Ruft die der Fabriken ab, die IReadOnlyList<T> aus dieser Factory erstellt wurden, indem Sie die IWebHostBuilder beim Aufrufen WithWebHostBuilder(Action<IWebHostBuilder>)weiter anpassen.

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))

Eigenschaftswert

Gilt für: