This documentation is archived and is not being maintained.
IVsTrackProjectRetargeting2 Methods
Namespace:
Microsoft.VisualStudio.Shell.InteropAssembly:
Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
| Name | Description |
|---|
 | AdviseTrackBatchRetargetingEvents(IVsTrackBatchRetargetingEvents^, UInt32) | Subscribes to TrackBatchProjectRetargeting evesnts. |
 | AdviseTrackProjectRetargetingEvents(IVsTrackProjectRetargetingEvents^, UInt32) | Subscribes to TrackProjectRetargeting events. |
 | BatchRetargetProject(IVsHierarchy^, String^, Boolean) | Performs a batch retargeting of the specified project. |
 | BeginRetargetingBatch() | Starts batch retargeting. |
 | BeginRetargetingBatchEx(UInt32) | Starts retargeting with the specified flags. |
 | CheckForProjectRetarget(UInt32, IVsHierarchy^) | Checks for projects to retarget. |
 | CheckSolutionForRetarget(UInt32) | Checks the solution for retargeting. |
 | EndRetargetingBatch() | Finish the batch retargeting. |
 | GetProjectTarget(Guid, IVsProjectTargetDescription^) | Gets the specified project target. |
 | GetSetupDriver(Guid, IVsProjectAcquisitionSetupDriver^) | Gets the specified setup driver. |
 | OnSetTargetFramework(IVsHierarchy^, String^, String^, IVsSetTargetFrameworkWorkerCallback^, Boolean) | Occurs when the target framework is sest. |
 | PromptForProjectRetarget(IVsHierarchy^, IVsProjectTargetChange^, String^) | |
 | RegisterProjectTarget(IVsProjectTargetDescription^) | Registers the project target. |
 | RegisterSetupDriver(Guid, IVsProjectAcquisitionSetupDriver^) | Registers the setup driver. |
 | UnadviseTrackBatchRetargetingEvents(UInt32) | Unsubscribes from TrackBatchRetargeting events. |
 | UnadviseTrackProjectRetargetingEvents(UInt32) | Unsubscribes from TrackProjectRetargeting |
 | UnregisterProjectTarget(Guid) | Unregisters the project target. |
 | UnregisterSetupDriver(Guid) | Unregisters the setup driver. |
Return to top