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)
| 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. |
Show:
