Sdílet prostřednictvím


IPostConfigureOptions<TOptions> Rozhraní

Definice

Představuje něco, co konfiguruje TOptions typ. Poznámka: Jsou spuštěny po všech IConfigureOptions<TOptions>.

generic <typename TOptions>
 where TOptions : classpublic interface class IPostConfigureOptions
public interface IPostConfigureOptions<in TOptions> where TOptions : class
type IPostConfigureOptions<'Options (requires 'Options : null)> = interface
Public Interface IPostConfigureOptions(Of In TOptions)

Parametry typu

TOptions

Konfiguruje se typ možností.

Tento parametr typu je kontravariantní. To znamená, že můžete použít buď zadaný typ, nebo libovolný typ, který je méně odvozený. Další informace o kovarianci a kontravarianci najdete v tématu popisujícím kovarianci a kontravarianci u parametrického polymorfismu.
Odvozené

Metody

PostConfigure(String, TOptions)

Vyvoláno ke konfiguraci TOptions instance.

Platí pro