IVsRetargetProject 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.
Provides methods for retargeting projects.
public interface class IVsRetargetProject
public interface class IVsRetargetProject
__interface IVsRetargetProject
[System.Runtime.InteropServices.Guid("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRetargetProject
[<System.Runtime.InteropServices.Guid("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRetargetProject = interface
Public Interface IVsRetargetProject
- Attributes
Methods
CheckForRetarget(UInt32) |
Determines whether retargeting is necessary. |
GetAffectedFilesList(IVsProjectTargetChange) |
Used to create a single unified checkout list. |
Retarget(IVsOutputWindowPane, UInt32, IVsProjectTargetChange, String) |
Execute the retargeting. |