IVsProfileDataManager.AutoSaveAllSettings(IVsSettingsErrorInformation) Method

Definition

Saves, and then at intervals automatically saves, settings.

public:
 int AutoSaveAllSettings([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSettingsErrorInformation ^ % ppsettingsErrorInformation);
public:
 int AutoSaveAllSettings([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSettingsErrorInformation ^ &  ppsettingsErrorInformation);
int AutoSaveAllSettings([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsSettingsErrorInformation const & & ppsettingsErrorInformation);
public int AutoSaveAllSettings (out Microsoft.VisualStudio.Shell.Interop.IVsSettingsErrorInformation ppsettingsErrorInformation);
abstract member AutoSaveAllSettings : IVsSettingsErrorInformation -> int
Public Function AutoSaveAllSettings (ByRef ppsettingsErrorInformation As IVsSettingsErrorInformation) As Integer

Parameters

ppsettingsErrorInformation
IVsSettingsErrorInformation

[out] Pointer to an IVsSettingsErrorInformation interface reporting any errors. Set to null if there are no errors.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Applies to