Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supports the migration of user settings from one version of Visual Studio to another.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Interface IProfileMigrator
public interface IProfileMigrator
public interface class IProfileMigrator
type IProfileMigrator = interface end
public interface IProfileMigrator
The IProfileMigrator type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
MigrateSettings | Migrates the settings with the specified settings reader and settings writer. |
Top