IVsWebMigrationService.MigrateWeb(IVsProject, String, String) 方法

定义

迁移 web 项目。

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

参数

pIVsProj
IVsProject

项目层次结构。

pszLocation
String

项目的位置。

pszProjFile
String

项目文件的名称。

返回

Int32

此 HRESULT。

适用于