IOptionsFactory<TOptions> Interface
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Utilisé pour créer des instances de TOptions
.
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)
Paramètres de type
- TOptions
Type d’options demandées.
- Dérivé
Méthodes
Create(String) |
Retourne une instance de |