IVsRetargetProjectAsync Interface

Definition

Provides methods for retargeting projects asynchronously.

public interface class IVsRetargetProjectAsync
public interface class IVsRetargetProjectAsync
__interface IVsRetargetProjectAsync
[System.Runtime.InteropServices.Guid("E055FB47-177C-4333-8BC7-8FE704888122")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRetargetProjectAsync
[<System.Runtime.InteropServices.Guid("E055FB47-177C-4333-8BC7-8FE704888122")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRetargetProjectAsync = interface
Public Interface IVsRetargetProjectAsync
Attributes

Methods

CheckForRetargetAsync(UInt32)
GetAffectedFilesListAsync(IVsProjectTargetChange)

Used to create a single unified checkout list.

RetargetAsync(IVsOutputWindowPane, UInt32, IVsProjectTargetChange, String)

Execute the retargeting.

Applies to