IVsWebMigrationService Interface

 

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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("DB0AD857-2F21-40C2-80F2-7CB9300F9DCA")]
public interface class IVsWebMigrationService

NameDescription
System_CAPS_pubmethodGetProjectSCCInfo(String^, array<String^>^, array<String^>^, array<String^>^, array<String^>^)

Gets source code control information for a project.

System_CAPS_pubmethodIsWebProject(String^, Int32)

Determines whether the specified project is a web project.

System_CAPS_pubmethodMigrateWeb(IVsProject^, String^, String^)

Migrates a web project.

Return to top
Show: