IConfigureContextualOptions<TOptions> 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示設定 TOptions
類型的某一項目。
generic <typename TOptions>
where TOptions : classpublic interface class IConfigureContextualOptions : IDisposable
public interface IConfigureContextualOptions<in TOptions> : IDisposable where TOptions : class
type IConfigureContextualOptions<'Options (requires 'Options : null)> = interface
interface IDisposable
Public Interface IConfigureContextualOptions(Of In TOptions)
Implements IDisposable
類型參數
- 實作
方法
Configure(TOptions) |
叫用以設定 |
Dispose() |
執行與釋放 (Free)、釋放 (Release) 或重設 Unmanaged 資源相關聯之應用程式定義的工作。 (繼承來源 IDisposable) |