IVsProjectTargetDescription2::GetPossibleParameterValues Method (String^)

Visual Studio 2015
 

Returns a list of parameter value names for the given parameter name.

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

Array^ GetPossibleParameterValues(
	String^ parameter
)

Parameters

parameter
Type: System::String^

The parameter.

Return Value

Type: System::Array^

Returns Array.

Return to top
Show: