IProfileMigrator Interface

Supports the migration of user settings from one version of Visual Studio to another.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IProfileMigrator
[CLSCompliantAttribute(false)]
public interface IProfileMigrator
[CLSCompliantAttribute(false)]
public interface class IProfileMigrator
[<CLSCompliantAttribute(false)>]
type IProfileMigrator =  interface end
public interface IProfileMigrator

The IProfileMigrator type exposes the following members.

Methods

  Name Description
Public method MigrateSettings Migrates the settings with the specified settings reader and settings writer.

Top

See Also

Reference

Microsoft.VisualStudio.Shell Namespace