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) |
返回具有给定名称的已配置的 |