IVsProjectTargetDescription2 Interface
Definition of a project target for the purpose of unified retargeting experience. The retargeting service maintains a collection of various targets
Assembly: Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)
| Name | Description | |
|---|---|---|
![]() | DisplayName | The display name. |
![]() | Order | The order. |
![]() | Supported | Determines whether it is supported. |
![]() | TargetId | The target ID. |
| Name | Description | |
|---|---|---|
![]() | GetParameterValue(String) | Returns the currently selected parameter value name for the given parameter name. |
![]() | GetPossibleParameterValues(String) | Returns a list of parameter value names for the given parameter name. |
![]() | GetProperty(UInt32) | |
![]() | GetRetargetParameterDisplayName(String) | Returns the localized display name of the given parameter |
![]() | GetRetargetParameters() | Returns a list of the parameter names of all parameters that can be retargeted in this target. |
![]() | GetValueDisplayName(String, String) | Returns the localized display name of the given parameter and given value. |
![]() | PutParameterValue(String, String) | Assigns the given parameter value name to the given parameter name. |
![]() | ResetSelectedValues() | Clears any values selected through the PutParameterValue function to their default state. |

