IVsWebMigrationService Interface

Definition

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.

Applies to