Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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 Web Application format.
.gif)