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