IVsWebAppMigration Interface

Definition

Provides methods to migrate web projects.

public interface class IVsWebAppMigration
public interface class IVsWebAppMigration
__interface IVsWebAppMigration
[System.Runtime.InteropServices.Guid("D1A24B44-033E-445F-B3AA-BE3F23C5617C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebAppMigration
[System.Runtime.InteropServices.Guid("D1A24B44-033E-445F-B3AA-BE3F23C5617C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebAppMigration
[<System.Runtime.InteropServices.Guid("D1A24B44-033E-445F-B3AA-BE3F23C5617C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebAppMigration = interface
[<System.Runtime.InteropServices.Guid("D1A24B44-033E-445F-B3AA-BE3F23C5617C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebAppMigration = interface
Public Interface IVsWebAppMigration
Attributes

Remarks

Methods in this interface are used to convert Visual Studio 2003 Web projects to Visual Studio Web Application format.

Methods

CanConvertToWebApp(String, Int32, String)

Determines if a project file can be converted to MSBuild format.

ConvertProjFileToWebAppProj(String, Guid)

Converts a project file to a Web Application project file.

Applies to