IConfigureNamedOptions<TOptions> Schnittstelle
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Stellt etwas dar, das den TOptions
-Typ konfiguriert.
generic <typename TOptions>
where TOptions : classpublic interface class IConfigureNamedOptions : Microsoft::Extensions::Options::IConfigureOptions<TOptions>
public interface IConfigureNamedOptions<in TOptions> : Microsoft.Extensions.Options.IConfigureOptions<in TOptions> where TOptions : class
type IConfigureNamedOptions<'Options (requires 'Options : null)> = interface
interface IConfigureOptions<'Options (requires 'Options : null)>
Public Interface IConfigureNamedOptions(Of In TOptions)
Implements IConfigureOptions(Of In TOptions)
Typparameter
- TOptions
- Abgeleitet
- Implementiert
Methoden
Configure(String, TOptions) |
Wird aufgerufen, um eine |
Configure(TOptions) |
Wird aufgerufen, um eine |