IVsTrackProjectRetargeting2::BatchRetargetProject Method (IVsHierarchy^, String^, Boolean)
Visual Studio 2015
Performs a batch retargeting of the specified project.
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
int BatchRetargetProject( IVsHierarchy^ pHier, String^ newTargetFramework, bool unloadProjectIfErrorOrCancel )
Parameters
- pHier
-
Type:
Microsoft.VisualStudio.Shell.Interop::IVsHierarchy^
The project hierarchy.
- newTargetFramework
-
Type:
System::String^
The new target framework.
- unloadProjectIfErrorOrCancel
-
Type:
System::Boolean
true to unload the project if there is an error, otherwise false.
Show: