NamedOptionExtensions.GetOptionsByName<TOption> 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得具名選項實例。
public static TOption GetOptionsByName<TOption> (this IServiceProvider services, string name) where TOption : class, new();
static member GetOptionsByName : IServiceProvider * string -> 'Option (requires 'Option : null and 'Option : (new : unit -> 'Option))
<Extension()>
Public Function GetOptionsByName(Of TOption As {Class, New}) (services As IServiceProvider, name As String) As TOption
類型參數
- TOption
t 選項的類型。
參數
- services
- IServiceProvider
服務。
- name
- String
名稱。
傳回
TOption
TOption。