IVsTrackBatchRetargetingEvents 接口

定义

发生批处理重定目标时接收通知。

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
属性

方法

OnBatchRetargetingBegin()

当 batch 重定目标操作启动时触发。

OnBatchRetargetingEnd()

当 batch 重定目标操作结束时激发。

适用于