IVsRetargetProjectAsync Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |