OptionsMonitor<TOptions>.CurrentValue プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オプションの現在の値。
public:
property TOptions CurrentValue { TOptions get(); };
public TOptions CurrentValue { get; }
member this.CurrentValue : 'Options
member this.CurrentValue : 'Options
Public ReadOnly Property CurrentValue As TOptions
プロパティ値
TOptions
実装
例外
インスタンスが作成されたことを検証するときに、1 つ以上IValidateOptions<TOptions>の戻りTOptions値が失敗しましたValidateOptionsResult。
に TOptions パブリック パラメーターなしのコンストラクターが存在しないか TOptions 、 が です abstract。