Provides help migrating 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("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")> _
Public Interface IVsWebMigrationService
[InterfaceTypeAttribute()]
[GuidAttribute("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")]
public interface IVsWebMigrationService
[InterfaceTypeAttribute()]
[GuidAttribute(L"DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")]
public interface class IVsWebMigrationService
[<InterfaceTypeAttribute()>]
[<GuidAttribute("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")>]
type IVsWebMigrationService =  interface end
public interface IVsWebMigrationService
The IVsWebMigrationService type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| .gif) | GetProjectSCCInfo | Gets source code control information for a project. | 
| .gif) | IsWebProject | Determines whether the specified project is a web project. | 
| .gif) | MigrateWeb | Migrates a web project. | 
Top