IVsTrackProjectRetargetingEvents Interface
Visual Studio 2015
Receives notification when retargeting events occur.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
| Name | Description | |
|---|---|---|
![]() | OnRetargetingAfterChange(String, IVsHierarchy, String, String) | Fired after the retargeting of the project has completed. |
![]() | OnRetargetingBeforeChange(String, IVsHierarchy, String, String, Boolean, String) | Fired before a retargeting change occurs. This is the first event sent to subscribers. The subscriber can choose to cancel retargeting on receiving this event. |
![]() | OnRetargetingBeforeProjectSave(String, IVsHierarchy, String, String) | Fired just before the project file is saved. |
![]() | OnRetargetingCanceledChange(String, IVsHierarchy, String, String) | Fired when the retargeting operation was canceled before the change. |
![]() | OnRetargetingFailure(String, IVsHierarchy, String, String) | Fired if any error occurs during project retargeting. |
Show:
