IVsRetargetProjectAsync::RetargetAsync Method (IVsOutputWindowPane^, UInt32, IVsProjectTargetChange^, String^)
Visual Studio 2015
Execute the retargeting.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
IVsTask^ RetargetAsync( IVsOutputWindowPane^ logger, unsigned int dwFlags, IVsProjectTargetChange^ target, String^ szProjectBackupLoaction )
Parameters
- logger
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsOutputWindowPane^
The logger. Pass in the IVsOutputWindowPane interface.
- dwFlags
-
Type:
System::UInt32
The flags.
- target
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsProjectTargetChange^
The target.
- szProjectBackupLoaction
-
Type:
System::String^
The backup location.
Return Value
Type: Microsoft.VisualStudio.Shell.Interop::IVsTask^The asynchronous task. The result from IVsTask is ignored. Only the HRESULT matters to notify success or failure.
Show: