Freigeben über


IOptionsFactory<TOptions> Schnittstelle

Definition

Wird zum Erstellen von TOptions-Instanzen verwendet.

generic <typename TOptions>
 where TOptions : class, gcnew()public interface class IOptionsFactory
generic <typename TOptions>
 where TOptions : classpublic interface class IOptionsFactory
public interface IOptionsFactory<TOptions> where TOptions : class, new()
public interface IOptionsFactory<TOptions> where TOptions : class
type IOptionsFactory<'Options (requires 'Options : null and 'Options : (new : unit -> 'Options))> = interface
type IOptionsFactory<'Options (requires 'Options : null)> = interface
Public Interface IOptionsFactory(Of TOptions)

Typparameter

TOptions

Der Typ der angeforderten Optionen.

Abgeleitet

Methoden

Create(String)

Gibt eine konfigurierte TOptions-Instanz mit dem angegebenen Namen zurück.

Gilt für: