IVsProjectTargetDescription2::PutParameterValue Method (String^, String^)

Visual Studio 2015
 

Assigns the given parameter value name to the given parameter name.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

void PutParameterValue(
	String^ parameter,
	String^ pValue
)

Parameters

parameter
Type: System::String^

The parameter.

pValue
Type: System::String^

The value.

Return to top
Show: