IOptionsFactory<TOptions> インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
型パラメーター
- TOptions
要求されるオプションの種類。
- 派生
メソッド
Create(String) |
指定した名前を持つ構成済み |