다음을 통해 공유


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()

적용 대상