IVsWebMigrationService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides help migrating web projects.
public interface class IVsWebMigrationService
public interface class IVsWebMigrationService
__interface IVsWebMigrationService
[System.Runtime.InteropServices.Guid("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebMigrationService
[System.Runtime.InteropServices.Guid("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebMigrationService
[<System.Runtime.InteropServices.Guid("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebMigrationService = interface
[<System.Runtime.InteropServices.Guid("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebMigrationService = interface
Public Interface IVsWebMigrationService
- Attributes
Methods
GetProjectSCCInfo(String, String[], String[], String[], String[]) |
Gets source code control information for a project. |
IsWebProject(String, Int32) |
Determines whether the specified project is a web project. |
MigrateWeb(IVsProject, String, String) |
Migrates a web project. |