ExternalSettingsManager.GetWritableSettingsStore Method

Provides the WritableSettingsStore class for the requested scope which can be used both for reading and writing.

Namespace:  Microsoft.VisualStudio.Settings
Assembly:  Microsoft.VisualStudio.Settings (in Microsoft.VisualStudio.Settings.dll)

Syntax

‘선언
Public Overrides NotOverridable Function GetWritableSettingsStore ( _
    scope As SettingsScope _
) As WritableSettingsStore
‘사용 방법
Dim instance As ExternalSettingsManager
Dim scope As SettingsScope
Dim returnValue As WritableSettingsStore

returnValue = instance.GetWritableSettingsStore(scope)
public override sealed WritableSettingsStore GetWritableSettingsStore(
    SettingsScope scope
)
public:
virtual WritableSettingsStore^ GetWritableSettingsStore(
    SettingsScope scope
) override sealed
abstract GetWritableSettingsStore : 
        scope:SettingsScope -> WritableSettingsStore 
override GetWritableSettingsStore : 
        scope:SettingsScope -> WritableSettingsStore 
public override final function GetWritableSettingsStore(
    scope : SettingsScope
) : WritableSettingsStore

Parameters

Return Value

Type: Microsoft.VisualStudio.Settings.WritableSettingsStore

Exceptions

Exception Condition
ArgumentException

If the given scope is not a writable one.

.NET Framework Security

See Also

Reference

ExternalSettingsManager Class

ExternalSettingsManager Members

Microsoft.VisualStudio.Settings Namespace