WritableSettingsStore Class
Abstract class for both reading and writing the selected scope's collections and properties. It is obtained from GetWritableSettingsStore() method.
Namespace: Microsoft.VisualStudio.Settings
Assembly: Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)
Syntax
'Dichiarazione
Public MustInherit Class WritableSettingsStore _
Inherits SettingsStore
'Utilizzo
Dim instance As WritableSettingsStore
public abstract class WritableSettingsStore : SettingsStore
public ref class WritableSettingsStore abstract : public SettingsStore
[<AbstractClassAttribute>]
type WritableSettingsStore =
class
inherit SettingsStore
end
public abstract class WritableSettingsStore extends SettingsStore
Remarks
This class is derived from the SettingsStore hence it inherits all the functionalities from it. It adds property and collection manipulation abilities on top of it.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Settings.SettingsStore
Microsoft.VisualStudio.Settings.WritableSettingsStore
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.