IVsProjectTargetDescription2::GetValueDisplayName Method (String^, String^)

Visual Studio 2015
 

Returns the localized display name of the given parameter and given value.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

String^ GetValueDisplayName(
	String^ parameter,
	String^ pValue
)

Parameters

parameter
Type: System::String^

The parameter.

pValue
Type: System::String^

The value.

Return Value

Type: System::String^

Returns String.

Return to top
Show: