IVsUserSettingsMigration 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.
Migrates user settings.
public interface class IVsUserSettingsMigration
public interface class IVsUserSettingsMigration
__interface IVsUserSettingsMigration
[System.Runtime.InteropServices.Guid("692E1EBF-9D60-4A56-B10F-596DC48CC230")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsUserSettingsMigration
[System.Runtime.InteropServices.Guid("692E1EBF-9D60-4A56-B10F-596DC48CC230")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUserSettingsMigration
[<System.Runtime.InteropServices.Guid("692E1EBF-9D60-4A56-B10F-596DC48CC230")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsUserSettingsMigration = interface
[<System.Runtime.InteropServices.Guid("692E1EBF-9D60-4A56-B10F-596DC48CC230")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUserSettingsMigration = interface
Public Interface IVsUserSettingsMigration
- Derived
- Attributes
Methods
MigrateSettings(IVsSettingsReader, IVsSettingsWriter, String) |
Migrates user settings. |