Share via


IVsWebMigrationService.MigrateWeb(IVsProject, String, String) Method

Definition

Migrates a web project.

public:
 int MigrateWeb(Microsoft::VisualStudio::Shell::Interop::IVsProject ^ pIVsProj, System::String ^ pszLocation, System::String ^ pszProjFile);
public:
 int MigrateWeb(Microsoft::VisualStudio::Shell::Interop::IVsProject ^ pIVsProj, Platform::String ^ pszLocation, Platform::String ^ pszProjFile);
int MigrateWeb(Microsoft::VisualStudio::Shell::Interop::IVsProject const & pIVsProj, std::wstring const & pszLocation, std::wstring const & pszProjFile);
public int MigrateWeb (Microsoft.VisualStudio.Shell.Interop.IVsProject pIVsProj, string pszLocation, string pszProjFile);
abstract member MigrateWeb : Microsoft.VisualStudio.Shell.Interop.IVsProject * string * string -> int
Public Function MigrateWeb (pIVsProj As IVsProject, pszLocation As String, pszProjFile As String) As Integer

Parameters

pIVsProj
IVsProject

The project hierarchy.

pszLocation
String

The location of the project.

pszProjFile
String

The name of the project file.

Returns

The HRESULT.

Applies to