SettingsManager.GetReadOnlySettingsStore(SettingsScope) Yöntem

Tanım

SettingsStoreİstenen kapsam için, salt okuma işlemleri için kullanılabilecek sınıfı sağlar.

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

Parametreler

scope
SettingsScope

İstenen kapsam.

Döndürülenler

SettingsStore

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

Şunlara uygulanır