IVsProjectTargetDescription2::GetParameterValue Method (String^)

Visual Studio 2015
 

Returns the currently selected parameter value name for 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)

String^ GetParameterValue(
	String^ parameter
)

Parameters

parameter
Type: System::String^

The parameter.

Return Value

Type: System::String^

Returns String.

Return to top
Show: