IVsRetargetProject::Retarget Method (IVsOutputWindowPane^, UInt32, IVsProjectTargetChange^, String^)

 

Execute the retargeting.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)

void Retarget(
	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 to top
Show: