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.
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 | |
---|---|---|
![]() |
MigrateSettings | Migrates the settings with the specified settings reader and settings writer. |
Top