ISettingsManagerHost4.StoreUpdateLogger Property
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.
A logger for recording updates to setting stores. May be null.
public:
property Microsoft::VisualStudio::Settings::IStoreUpdateLogger ^ StoreUpdateLogger { Microsoft::VisualStudio::Settings::IStoreUpdateLogger ^ get(); };
public Microsoft.VisualStudio.Settings.IStoreUpdateLogger StoreUpdateLogger { get; }
member this.StoreUpdateLogger : Microsoft.VisualStudio.Settings.IStoreUpdateLogger
Public ReadOnly Property StoreUpdateLogger As IStoreUpdateLogger