IVsProjectTargetDescription2.GetParameterValue(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.
Returns the currently selected parameter value name for the given parameter name.
public:
System::String ^ GetParameterValue(System::String ^ parameter);
public:
Platform::String ^ GetParameterValue(Platform::String ^ parameter);
std::wstring GetParameterValue(std::wstring const & parameter);
public string GetParameterValue (string parameter);
abstract member GetParameterValue : string -> string
Public Function GetParameterValue (parameter As String) As String
Parameters
- parameter
- String
The parameter.
Returns
Returns String.