IVsTrackProjectRetargetingEvents Interface

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

Syntax

'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("60E3F077-6867-4528-96C7-98DD5B541D85")> _
Public Interface IVsTrackProjectRetargetingEvents
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("60E3F077-6867-4528-96C7-98DD5B541D85")]
public interface IVsTrackProjectRetargetingEvents
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"60E3F077-6867-4528-96C7-98DD5B541D85")]
public interface class IVsTrackProjectRetargetingEvents
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("60E3F077-6867-4528-96C7-98DD5B541D85")>]
type IVsTrackProjectRetargetingEvents =  interface end
public interface IVsTrackProjectRetargetingEvents

The IVsTrackProjectRetargetingEvents type exposes the following members.

Methods

  Name Description
Public method OnRetargetingAfterChange
Public method OnRetargetingBeforeChange
Public method OnRetargetingBeforeProjectSave
Public method OnRetargetingCanceledChange
Public method OnRetargetingFailure

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace