IProfileMigrator Interface
Supports the migration of user settings from one version of Visual Studio to another.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.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