IVsProjectTargetDescription2.GetValueDisplayName(String, String) 方法

定义

返回给定参数和给定值的本地化显示名称。

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

参数

parameter
String

参数。

pValue
String

值。

返回

String

返回 String

适用于