IVsWebMigrationService.MigrateWeb(IVsProject, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
迁移 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
项目文件的名称。
返回
此 HRESULT。