ConfigurationSettings.AppSettings Свойство

Определение

Внимание!

This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings

Внимание!

ConfigurationSettings.AppSettings has been deprecated. Use System.Configuration.ConfigurationManager.AppSettings instead.

Получает доступную только для чтения коллекцию параметров приложения из файла конфигурации.

public:
 static property System::Collections::Specialized::NameValueCollection ^ AppSettings { System::Collections::Specialized::NameValueCollection ^ get(); };
[System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings")]
public static System.Collections.Specialized.NameValueCollection AppSettings { get; }
[System.Obsolete("ConfigurationSettings.AppSettings has been deprecated. Use System.Configuration.ConfigurationManager.AppSettings instead.")]
public static System.Collections.Specialized.NameValueCollection AppSettings { get; }
public static System.Collections.Specialized.NameValueCollection AppSettings { get; }
[<System.Obsolete("This method is obsolete, it has been replaced by System.Configuration!System.Configuration.ConfigurationManager.AppSettings")>]
static member AppSettings : System.Collections.Specialized.NameValueCollection
[<System.Obsolete("ConfigurationSettings.AppSettings has been deprecated. Use System.Configuration.ConfigurationManager.AppSettings instead.")>]
static member AppSettings : System.Collections.Specialized.NameValueCollection
static member AppSettings : System.Collections.Specialized.NameValueCollection
Public Shared ReadOnly Property AppSettings As NameValueCollection

Значение свойства

Доступная только для чтения коллекция параметров приложения из файла конфигурации.

Атрибуты

Комментарии

Элемент appSettings section файла конфигурации содержит последовательность пар "имя-значение", которые приложение может использовать для любых целей.

Этот метод устарел и поддерживается для обеспечения обратной совместимости. Вместо этого используйте ConfigurationManager.GetSection(String) метод .

Примечание

ConfigurationSettings класс обеспечивает только обратную совместимость. Вместо него следует использовать класс ConfigurationManager или WebConfigurationManager.

Применяется к

См. также раздел