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.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("04B8F50B-D3FD-401D-A41D-D574D0D26136")> _
Public Interface IVsTrackProjectRetargeting2 _
Inherits IVsTrackProjectRetargeting
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("04B8F50B-D3FD-401D-A41D-D574D0D26136")]
public interface IVsTrackProjectRetargeting2 : IVsTrackProjectRetargeting
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"04B8F50B-D3FD-401D-A41D-D574D0D26136")]
public interface class IVsTrackProjectRetargeting2 : IVsTrackProjectRetargeting
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("04B8F50B-D3FD-401D-A41D-D574D0D26136")>]
type IVsTrackProjectRetargeting2 =
interface
interface IVsTrackProjectRetargeting
end
public interface IVsTrackProjectRetargeting2 extends IVsTrackProjectRetargeting
The IVsTrackProjectRetargeting2 type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
AdviseTrackBatchRetargetingEvents | Subscribes to TrackBatchProjectRetargeting evesnts. |
![]() |
AdviseTrackProjectRetargetingEvents | Subscribes to TrackProjectRetargeting events. |
![]() |
BatchRetargetProject | Performs a batch retargeting of the specified project. |
![]() |
BeginRetargetingBatch | Starts batch retargeting. |
![]() |
BeginRetargetingBatchEx | Starts retargeting with the specified flags. |
![]() |
CheckForProjectRetarget | Checks for projects to retarget. |
![]() |
CheckSolutionForRetarget | Checks the solution for retargeting. |
![]() |
EndRetargetingBatch | Finish the batch retargeting. |
![]() |
GetProjectTarget | Gets the specified project target. |
![]() |
GetSetupDriver | Gets the specified setup driver. |
![]() |
OnSetTargetFramework | Occurs when the target framework is sest. |
![]() |
PromptForProjectRetarget | Prompts for retargeting. |
![]() |
RegisterProjectTarget | Registers the project target. |
![]() |
RegisterSetupDriver | Registers the setup driver. |
![]() |
UnadviseTrackBatchRetargetingEvents | Unsubscribes from TrackBatchRetargeting events. |
![]() |
UnadviseTrackProjectRetargetingEvents | Unsubscribes from TrackProjectRetargeting |
![]() |
UnregisterProjectTarget | Unregisters the project target. |
![]() |
UnregisterSetupDriver | Unregisters the setup driver. |
Top