ModelBindingCommandHandler.BindParameter 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.
Overloads
BindParameter(ParameterInfo, Argument) | |
BindParameter(ParameterInfo, Option) |
BindParameter(ParameterInfo, Argument)
public:
void BindParameter(System::Reflection::ParameterInfo ^ param, System::CommandLine::Argument ^ argument);
public void BindParameter(System.Reflection.ParameterInfo param, System.CommandLine.Argument argument);
member this.BindParameter : System.Reflection.ParameterInfo * System.CommandLine.Argument -> unit
Public Sub BindParameter (param As ParameterInfo, argument As Argument)
Parameters
- param
- ParameterInfo
- argument
- Argument
Applies to
BindParameter(ParameterInfo, Option)
public:
void BindParameter(System::Reflection::ParameterInfo ^ param, System::CommandLine::Option ^ option);
public void BindParameter(System.Reflection.ParameterInfo param, System.CommandLine.Option option);
member this.BindParameter : System.Reflection.ParameterInfo * System.CommandLine.Option -> unit
Public Sub BindParameter (param As ParameterInfo, option As Option)
Parameters
- param
- ParameterInfo
- option
- Option
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.