ConfigureNamedOptions<TOptions,TDep>.Action 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
組態動作。
public:
property Action<TOptions, TDep> ^ Action { Action<TOptions, TDep> ^ get(); };
public Action<TOptions,TDep> Action { get; }
public Action<TOptions,TDep>? Action { get; }
member this.Action : Action<'Options, 'Dep (requires 'Options : null and 'Dep : null)>
Public ReadOnly Property Action As Action(Of TOptions, TDep)
屬性值
Action<TOptions,TDep>