IVsTrackProjectRetargetingEvents Interface

Definition

Receives notification when retargeting events occur.

public interface class IVsTrackProjectRetargetingEvents
public interface class IVsTrackProjectRetargetingEvents
__interface IVsTrackProjectRetargetingEvents
[System.Runtime.InteropServices.Guid("60E3F077-6867-4528-96C7-98DD5B541D85")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTrackProjectRetargetingEvents
[<System.Runtime.InteropServices.Guid("60E3F077-6867-4528-96C7-98DD5B541D85")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTrackProjectRetargetingEvents = interface
Public Interface IVsTrackProjectRetargetingEvents
Attributes

Methods

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.

Applies to