ISettingsManager2.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.
The logger used to record setting store updates.
public:
property Microsoft::VisualStudio::Settings::IStoreUpdateLoggerWithAmbientContext ^ StoreUpdateLogger { Microsoft::VisualStudio::Settings::IStoreUpdateLoggerWithAmbientContext ^ get(); };
public Microsoft.VisualStudio.Settings.IStoreUpdateLoggerWithAmbientContext StoreUpdateLogger { get; }
member this.StoreUpdateLogger : Microsoft.VisualStudio.Settings.IStoreUpdateLoggerWithAmbientContext
Public ReadOnly Property StoreUpdateLogger As IStoreUpdateLoggerWithAmbientContext
Property Value
Remarks
This property is safe to access from any thread.