ConfigureCompatibilityOptions<TOptions>.PostConfigure 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.
Configures a TOptions instance.
public:
 virtual void PostConfigure(System::String ^ name, TOptions options);public virtual void PostConfigure(string? name, TOptions options);public virtual void PostConfigure(string name, TOptions options);abstract member PostConfigure : string * 'Options -> unit
override this.PostConfigure : string * 'Options -> unitPublic Overridable Sub PostConfigure (name As String, options As TOptions)Parameters
- name
- String
- options
- TOptions