IVsProfileDataManager.AutoSaveAllSettings(IVsSettingsErrorInformation) 方法

定义

保存,然后按间隔自动保存、设置。

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

参数

ppsettingsErrorInformation
IVsSettingsErrorInformation

弄指向 IVsSettingsErrorInformation 报告任何错误的接口的指针。 如果没有错误,则设置为 null

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

适用于