IVsTrackProjectRetargeting2 Interface

 

Provides methods for retargeting projects.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("04B8F50B-D3FD-401D-A41D-D574D0D26136")]
public interface IVsTrackProjectRetargeting2 : IVsTrackProjectRetargeting

NameDescription
System_CAPS_pubmethodAdviseTrackBatchRetargetingEvents(IVsTrackBatchRetargetingEvents, UInt32)

Subscribes to TrackBatchProjectRetargeting evesnts.

System_CAPS_pubmethodAdviseTrackProjectRetargetingEvents(IVsTrackProjectRetargetingEvents, UInt32)

Subscribes to TrackProjectRetargeting events.

System_CAPS_pubmethodBatchRetargetProject(IVsHierarchy, String, Boolean)

Performs a batch retargeting of the specified project.

System_CAPS_pubmethodBeginRetargetingBatch()

Starts batch retargeting.

System_CAPS_pubmethodBeginRetargetingBatchEx(UInt32)

Starts retargeting with the specified flags.

System_CAPS_pubmethodCheckForProjectRetarget(UInt32, IVsHierarchy)

Checks for projects to retarget.

System_CAPS_pubmethodCheckSolutionForRetarget(UInt32)

Checks the solution for retargeting.

System_CAPS_pubmethodEndRetargetingBatch()

Finish the batch retargeting.

System_CAPS_pubmethodGetProjectTarget(Guid, IVsProjectTargetDescription)

Gets the specified project target.

System_CAPS_pubmethodGetSetupDriver(Guid, IVsProjectAcquisitionSetupDriver)

Gets the specified setup driver.

System_CAPS_pubmethodOnSetTargetFramework(IVsHierarchy, String, String, IVsSetTargetFrameworkWorkerCallback, Boolean)

Occurs when the target framework is sest.

System_CAPS_pubmethodPromptForProjectRetarget(IVsHierarchy, IVsProjectTargetChange, String)

Prompts for retargeting.

System_CAPS_pubmethodRegisterProjectTarget(IVsProjectTargetDescription)

Registers the project target.

System_CAPS_pubmethodRegisterSetupDriver(Guid, IVsProjectAcquisitionSetupDriver)

Registers the setup driver.

System_CAPS_pubmethodUnadviseTrackBatchRetargetingEvents(UInt32)

Unsubscribes from TrackBatchRetargeting events.

System_CAPS_pubmethodUnadviseTrackProjectRetargetingEvents(UInt32)

Unsubscribes from TrackProjectRetargeting

System_CAPS_pubmethodUnregisterProjectTarget(Guid)

Unregisters the project target.

System_CAPS_pubmethodUnregisterSetupDriver(Guid)

Unregisters the setup driver.

Return to top
Show: