PostConfigureOptions<TOptions>.PostConfigure(String, TOptions) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the registered initialization Action if the name
matches.
public:
virtual void PostConfigure(System::String ^ name, TOptions options);
public virtual void PostConfigure (string? name, TOptions options);
abstract member PostConfigure : string * 'Options -> unit
override this.PostConfigure : string * 'Options -> unit
Public Overridable Sub PostConfigure (name As String, options As TOptions)
Parameters
- name
- String
The name of the action to invoke.
- options
- TOptions
The options to use in initialization.
Implements
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET