IProfileMigrator Interface

Definition

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.

Applies to