Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Provides methods to migrate web projects.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("D1A24B44-033E-445F-B3AA-BE3F23C5617C")> _
Public Interface IVsWebAppMigration
[InterfaceTypeAttribute()]
[GuidAttribute("D1A24B44-033E-445F-B3AA-BE3F23C5617C")]
public interface IVsWebAppMigration
[InterfaceTypeAttribute()]
[GuidAttribute(L"D1A24B44-033E-445F-B3AA-BE3F23C5617C")]
public interface class IVsWebAppMigration
[<InterfaceTypeAttribute()>]
[<GuidAttribute("D1A24B44-033E-445F-B3AA-BE3F23C5617C")>]
type IVsWebAppMigration = interface end
public interface IVsWebAppMigration
The IVsWebAppMigration type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
CanConvertToWebApp | Determines if a project file can be converted to MSBuild format. |
![]() |
ConvertProjFileToWebAppProj | Converts a project file to a Web Application project file. |
Top
Remarks
Methods in this interface are used to convert Visual Studio 2003 Web projects to Visual Studio 2010 Web Application format.