IVsProfileDataManager.AutoSaveAllSettings(IVsSettingsErrorInformation) Method
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.
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.