IVsTrackBatchRetargetingEvents 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
发生批处理重定目标时接收通知。
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 重定目标操作结束时激发。 |