IVsProjectTargetDescription2.GetValueDisplayName(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.
Returns the localized display name of the given parameter and given value.
public:
System::String ^ GetValueDisplayName(System::String ^ parameter, System::String ^ pValue);
public:
Platform::String ^ GetValueDisplayName(Platform::String ^ parameter, Platform::String ^ pValue);
std::wstring GetValueDisplayName(std::wstring const & parameter, std::wstring const & pValue);
public string GetValueDisplayName (string parameter, string pValue);
abstract member GetValueDisplayName : string * string -> string
Public Function GetValueDisplayName (parameter As String, pValue As String) As String
Parameters
- parameter
- String
The parameter.
- pValue
- String
The value.
Returns
Returns String.