SettingsManager.GetWritableSettingsStore(SettingsScope) Yöntem

Tanım

, WritableSettingsStore İşlemler ve yazma işlemlerini okumak için kullanılabilecek, istenen kapsam için sınıfını sağlar.

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

Parametreler

scope
SettingsScope

İstenen kapsam.

Döndürülenler

WritableSettingsStore

WritableSettingsStoreKapsama erişmek için kullanılabilecek bir örnek.

Özel durumlar

Verilen kapsam yazılabilir değil.

Şunlara uygulanır