IVsProjectTargetDescription2 Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Definition of a project target for the purpose of unified retargeting experience. The retargeting service maintains a collection of various targets
public interface class IVsProjectTargetDescription2 : Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetDescription
public interface class IVsProjectTargetDescription2 : Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetDescription
__interface IVsProjectTargetDescription2 : Microsoft::VisualStudio::Shell::Interop::IVsProjectTargetDescription
[System.Runtime.InteropServices.Guid("6EB4C134-63D1-4F1E-B1C4-2DAEB8FFFD6F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectTargetDescription2 : Microsoft.VisualStudio.Shell.Interop.IVsProjectTargetDescription
[<System.Runtime.InteropServices.Guid("6EB4C134-63D1-4F1E-B1C4-2DAEB8FFFD6F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectTargetDescription2 = interface
interface IVsProjectTargetDescription
Public Interface IVsProjectTargetDescription2
Implements IVsProjectTargetDescription
- Attributes
- Implements
Properties
DisplayName |
The display name. |
Order |
The order. |
Supported |
Determines whether it is supported. |
TargetId |
The target ID. |
Methods
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. |