KeyValueConfigurationCollection 생성자

정의

KeyValueConfigurationCollection 클래스의 새 인스턴스를 초기화합니다.

public:
 KeyValueConfigurationCollection();
public KeyValueConfigurationCollection();
Public Sub New ()

예제

다음 코드 예제에서는 생성자를 사용 KeyValueConfigurationCollection 하는 방법을 보여 줍니다. 이 코드 예제는 클래스 개요에 제공된 더 큰 예제의 KeyValueConfigurationCollection 일부입니다.

// Get the KeyValueConfigurationCollection 
// from the configuration.
KeyValueConfigurationCollection settings = 
  config.AppSettings.Settings;
' Get the KeyValueConfigurationCollection 
' from the configuration.
Dim settings As KeyValueConfigurationCollection = _
config.AppSettings.Settings()

적용 대상