IVsRetargetProject Interface

Definition

Provides methods for retargeting projects.

public interface class IVsRetargetProject
public interface class IVsRetargetProject
__interface IVsRetargetProject
[System.Runtime.InteropServices.Guid("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRetargetProject
[<System.Runtime.InteropServices.Guid("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRetargetProject = interface
Public Interface IVsRetargetProject
Attributes

Methods

CheckForRetarget(UInt32)

Determines whether retargeting is necessary.

GetAffectedFilesList(IVsProjectTargetChange)

Used to create a single unified checkout list.

Retarget(IVsOutputWindowPane, UInt32, IVsProjectTargetChange, String)

Execute the retargeting.

Applies to