Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Receives notification when batch retargeting occurs.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
<GuidAttribute("B8CB3252-2133-4869-9E34-DBCECD058081")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsTrackBatchRetargetingEvents
[GuidAttribute("B8CB3252-2133-4869-9E34-DBCECD058081")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTrackBatchRetargetingEvents
[GuidAttribute(L"B8CB3252-2133-4869-9E34-DBCECD058081")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsTrackBatchRetargetingEvents
[<GuidAttribute("B8CB3252-2133-4869-9E34-DBCECD058081")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsTrackBatchRetargetingEvents = interface end
public interface IVsTrackBatchRetargetingEvents
The IVsTrackBatchRetargetingEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
OnBatchRetargetingBegin | Fired when a batch retargeting operation starts. |
![]() |
OnBatchRetargetingEnd | Fired when a batch retargeting operation ends. |
Top