Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods for retargeting projects asynchronously.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("E055FB47-177C-4333-8BC7-8FE704888122")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsRetargetProjectAsync
[GuidAttribute("E055FB47-177C-4333-8BC7-8FE704888122")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRetargetProjectAsync
[GuidAttribute(L"E055FB47-177C-4333-8BC7-8FE704888122")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsRetargetProjectAsync
[<GuidAttribute("E055FB47-177C-4333-8BC7-8FE704888122")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRetargetProjectAsync = interface end
public interface IVsRetargetProjectAsync
The IVsRetargetProjectAsync type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CheckForRetargetAsync | |
![]() |
GetAffectedFilesListAsync | Used to create a single unified checkout list. |
![]() |
RetargetAsync | Execute the retargeting. |
Top