IVsWebMigration Interface
Provides help with web migration.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.9.0 (in Microsoft.VisualStudio.Shell.Interop.9.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("1D1851BE-913D-40F4-AD7C-AD1F69A34E27")> _
Public Interface IVsWebMigration
[InterfaceTypeAttribute()]
[GuidAttribute("1D1851BE-913D-40F4-AD7C-AD1F69A34E27")]
public interface IVsWebMigration
[InterfaceTypeAttribute()]
[GuidAttribute(L"1D1851BE-913D-40F4-AD7C-AD1F69A34E27")]
public interface class IVsWebMigration
[<InterfaceTypeAttribute()>]
[<GuidAttribute("1D1851BE-913D-40F4-AD7C-AD1F69A34E27")>]
type IVsWebMigration = interface end
public interface IVsWebMigration
The IVsWebMigration type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetBaseType | Gets the base class for the specified class. | |
LoadAssembly | Loads the specified assembly. | |
Unload | Unloads the assembly. |
Top