IVsProjectTargetDescription2.GetValueDisplayName(String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回给定参数和给定值的本地化显示名称。
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。