IVsUserSettings2 Interface

Definition

Provides help with importing and exporting settings.

public interface class IVsUserSettings2
public interface class IVsUserSettings2
__interface IVsUserSettings2
[System.Runtime.InteropServices.Guid("BCAACBEA-0763-491E-84E0-ED29DD8EBBA8")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsUserSettings2
[<System.Runtime.InteropServices.Guid("BCAACBEA-0763-491E-84E0-ED29DD8EBBA8")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsUserSettings2 = interface
Public Interface IVsUserSettings2
Derived
Attributes

Methods

ExportSettings(Guid, IVsSettingsWriter, IVsSettingsStorageContainer)

Exports the settings.

ImportSettings(Guid, IVsSettingsReader, __UserSettingsFlags, IVsSettingsStorageContainer)
ImportSettings(Guid, IVsSettingsReader, UInt32, IVsSettingsStorageContainer)

Imports the settings.

Applies to