IVsRetargetProject 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)

[GuidAttribute("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRetargetProject

NameDescription
System_CAPS_pubmethodCheckForRetarget(UInt32)

Determines whether retargeting is necessary.

System_CAPS_pubmethodGetAffectedFilesList(IVsProjectTargetChange)

Used to create a single unified checkout list.

System_CAPS_pubmethodRetarget(IVsOutputWindowPane, UInt32, IVsProjectTargetChange, String)

Execute the retargeting.

Return to top
Show: