IVsTrackProjectRetargetingEvents Methods

 

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

NameDescription
System_CAPS_pubmethodOnRetargetingAfterChange(String^, IVsHierarchy^, String^, String^)

Fired after the retargeting of the project has completed.

System_CAPS_pubmethodOnRetargetingBeforeChange(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.

System_CAPS_pubmethodOnRetargetingBeforeProjectSave(String^, IVsHierarchy^, String^, String^)

Fired just before the project file is saved.

System_CAPS_pubmethodOnRetargetingCanceledChange(String^, IVsHierarchy^, String^, String^)

Fired when the retargeting operation was canceled before the change.

System_CAPS_pubmethodOnRetargetingFailure(String^, IVsHierarchy^, String^, String^)

Fired if any error occurs during project retargeting.

Return to top
Show: