IProfileMigrator Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Supports the migration of user settings from one version of Visual Studio to another.
public interface class IProfileMigrator
public interface class IProfileMigrator
__interface IProfileMigrator
public interface IProfileMigrator
type IProfileMigrator = interface
Public Interface IProfileMigrator
Methods
MigrateSettings(IVsSettingsReader, IVsSettingsWriter) |
Migrates the settings with the specified settings reader and settings writer. |