IVsProjectTargetDescription2 Methods

Visual Studio 2015
 

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

NameDescription
System_CAPS_pubmethodGetParameterValue(String^)

Returns the currently selected parameter value name for the given parameter name.

System_CAPS_pubmethodGetPossibleParameterValues(String^)

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

System_CAPS_pubmethodGetProperty(UInt32)

System_CAPS_pubmethodGetRetargetParameterDisplayName(String^)

Returns the localized display name of the given parameter

System_CAPS_pubmethodGetRetargetParameters()

Returns a list of the parameter names of all parameters that can be retargeted in this target.

System_CAPS_pubmethodGetValueDisplayName(String^, String^)

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

System_CAPS_pubmethodPutParameterValue(String^, String^)

Assigns the given parameter value name to the given parameter name.

System_CAPS_pubmethodResetSelectedValues()

Clears any values selected through the PutParameterValue function to their default state.

Return to top
Show: