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 con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.