BindingHandler.GetBindingContext(ParseResult) 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.
public:
virtual System::CommandLine::Binding::BindingContext ^ GetBindingContext(System::CommandLine::ParseResult ^ parseResult);
public virtual System.CommandLine.Binding.BindingContext GetBindingContext(System.CommandLine.ParseResult parseResult);
abstract member GetBindingContext : System.CommandLine.ParseResult -> System.CommandLine.Binding.BindingContext
override this.GetBindingContext : System.CommandLine.ParseResult -> System.CommandLine.Binding.BindingContext
Public Overridable Function GetBindingContext (parseResult As ParseResult) As BindingContext
Parameters
- parseResult
- ParseResult