IVsTrackBatchRetargetingEvents Interface

 

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)

[GuidAttribute("B8CB3252-2133-4869-9E34-DBCECD058081")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsTrackBatchRetargetingEvents

NameDescription
System_CAPS_pubmethodOnBatchRetargetingBegin()

Fired when a batch retargeting operation starts.

System_CAPS_pubmethodOnBatchRetargetingEnd()

Fired when a batch retargeting operation ends.

Return to top
Show: