IVsTrackProjectRetargeting Methods
Visual Studio 2015
Namespace:
Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | AdviseTrackBatchRetargetingEvents(IVsTrackBatchRetargetingEvents^, UInt32) | Enables the client to receive notifications of batch project retargeting events. |
![]() | AdviseTrackProjectRetargetingEvents(IVsTrackProjectRetargetingEvents^, UInt32) | Enables the client to receive notifications of project retargeting events. |
![]() | BatchRetargetProject(IVsHierarchy^, String^, Boolean) | Schedules the project for batch retargeting. |
![]() | BeginRetargetingBatch() | Starts the batch retargeting operation. |
![]() | EndRetargetingBatch() | Finishes the batch retargeting operation. |
![]() | OnSetTargetFramework(IVsHierarchy^, String^, String^, IVsSetTargetFrameworkWorkerCallback^, Boolean) | Called to initiate and orchestrate project retargeting. This method fires various retargeting events at different stages of the retargeting operation. |
![]() | UnadviseTrackBatchRetargetingEvents(UInt32) | Disables clients from receiving notifications of batch retargeting events. |
![]() | UnadviseTrackProjectRetargetingEvents(UInt32) | Disables clients from receiving notifications of retargeting events. |
Show:
