SettingsManager.GetWritableSettingsStore(SettingsScope) Methode

Definition

Stellt die WritableSettingsStore-Klasse für den angeforderten Bereich bereit, der für Lese- und Schreibvorgänge verwendet werden kann.

public:
 abstract Microsoft::VisualStudio::Settings::WritableSettingsStore ^ GetWritableSettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
public:
 abstract Microsoft::VisualStudio::Settings::WritableSettingsStore ^ GetWritableSettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
 abstract Microsoft::VisualStudio::Settings::WritableSettingsStore GetWritableSettingsStore(Microsoft::VisualStudio::Settings::SettingsScope scope);
public abstract Microsoft.VisualStudio.Settings.WritableSettingsStore GetWritableSettingsStore (Microsoft.VisualStudio.Settings.SettingsScope scope);
abstract member GetWritableSettingsStore : Microsoft.VisualStudio.Settings.SettingsScope -> Microsoft.VisualStudio.Settings.WritableSettingsStore
Public MustOverride Function GetWritableSettingsStore (scope As SettingsScope) As WritableSettingsStore

Parameter

scope
SettingsScope

Der angeforderte Bereich.

Gibt zurück

WritableSettingsStore

Eine WritableSettingsStore-Instanz, die verwendet werden kann, um auf den Bereich zuzugreifen.

Ausnahmen

Der angegebene Bereich kann nicht beschrieben werden.

Gilt für