IVsWebAppMigration Interface

 

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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("D1A24B44-033E-445F-B3AA-BE3F23C5617C")]
public interface class IVsWebAppMigration

NameDescription
System_CAPS_pubmethodCanConvertToWebApp(String^, Int32, String^)

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

System_CAPS_pubmethodConvertProjFileToWebAppProj(String^, Guid)

Converts a project file to a Web Application project file.

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

Return to top
Show: