IVsWebMigrationService::MigrateWeb Method (IVsProject^, String^, String^)

 

Migrates a web project.

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

int MigrateWeb(
	IVsProject^ pIVsProj,
	String^ pszLocation,
	String^ pszProjFile
)

Parameters

pIVsProj
Type: Microsoft.VisualStudio.Shell.Interop::IVsProject^

The project hierarchy.

pszLocation
Type: System::String^

The location of the project.

pszProjFile
Type: System::String^

The name of the project file.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: