IVsProjectTargetDescription2.PutParameterValue(String, String) 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.
Assigns the given parameter value name to the given parameter name.
public:
void PutParameterValue(System::String ^ parameter, System::String ^ pValue);
public:
void PutParameterValue(Platform::String ^ parameter, Platform::String ^ pValue);
void PutParameterValue(std::wstring const & parameter, std::wstring const & pValue);
public void PutParameterValue (string parameter, string pValue);
abstract member PutParameterValue : string * string -> unit
Public Sub PutParameterValue (parameter As String, pValue As String)
Parameters
- parameter
- String
The parameter.
- pValue
- String
The value.