IVsTrackBatchRetargetingEvents Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |