IVsTrackBatchRetargetingEvents Interface

Definition

Receives notification when batch retargeting occurs.

public interface class IVsTrackBatchRetargetingEvents
public interface class IVsTrackBatchRetargetingEvents
__interface IVsTrackBatchRetargetingEvents
[System.Runtime.InteropServices.Guid("B8CB3252-2133-4869-9E34-DBCECD058081")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTrackBatchRetargetingEvents
[<System.Runtime.InteropServices.Guid("B8CB3252-2133-4869-9E34-DBCECD058081")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTrackBatchRetargetingEvents = interface
Public Interface IVsTrackBatchRetargetingEvents
Attributes

Methods

OnBatchRetargetingBegin()

Fired when a batch retargeting operation starts.

OnBatchRetargetingEnd()

Fired when a batch retargeting operation ends.

Applies to