SettingsProviderCollection 클래스

정의

애플리케이션 설정 공급자의 컬렉션을 나타냅니다.

public ref class SettingsProviderCollection : System::Configuration::Provider::ProviderCollection
public class SettingsProviderCollection : System.Configuration.Provider.ProviderCollection
type SettingsProviderCollection = class
    inherit ProviderCollection
Public Class SettingsProviderCollection
Inherits ProviderCollection
상속
SettingsProviderCollection
파생

설명

SettingsProviderCollection 클래스는 SettingsProvider 개체의 스토리지를 제공하기 위한 ProviderCollection 클래스의 간단한 확장입니다.

ApplicationSettingsBase 클래스는이 컬렉션 설정 공급자를 관리 하는 각 애플리케이션 설정 속성을 통해 연관 된 SettingsProviderAttribute합니다.

생성자

SettingsProviderCollection()

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

속성

Count

컬렉션의 공급자 수를 가져옵니다.

(다음에서 상속됨 ProviderCollection)
IsSynchronized

해당 컬렉션에 대한 액세스가 동기화되어 스레드로부터 안전하게 보호되는지를 나타내는 값을 가져옵니다.

(다음에서 상속됨 ProviderCollection)
Item[String]

지정된 이름과 일치하는 컬렉션의 설정 공급자를 가져옵니다.

SyncRoot

현재 개체를 가져옵니다.

(다음에서 상속됨 ProviderCollection)

메서드

Add(ProviderBase)

새 설정 공급자를 컬렉션에 추가합니다.

Clear()

컬렉션에서 모든 항목을 제거합니다.

(다음에서 상속됨 ProviderCollection)
CopyTo(ProviderBase[], Int32)

지정된 인덱스에서 시작하여 지정된 배열에 컬렉션의 내용을 복사합니다.

(다음에서 상속됨 ProviderCollection)
Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetEnumerator()

컬렉션을 반복할 IEnumerator 인터페이스를 구현하는 개체를 반환합니다.

(다음에서 상속됨 ProviderCollection)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
Remove(String)

컬렉션에서 공급자를 제거합니다.

(다음에서 상속됨 ProviderCollection)
SetReadOnly()

컬렉션을 읽기 전용으로 설정합니다.

(다음에서 상속됨 ProviderCollection)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

ICollection.CopyTo(Array, Int32)

ProviderCollection의 요소를 특정 배열 인덱스에서 시작하여 배열에 복사합니다.

(다음에서 상속됨 ProviderCollection)

확장 메서드

Cast<TResult>(IEnumerable)

IEnumerable의 요소를 지정된 형식으로 캐스팅합니다.

OfType<TResult>(IEnumerable)

지정된 형식에 따라 IEnumerable의 요소를 필터링합니다.

AsParallel(IEnumerable)

쿼리를 병렬화할 수 있도록 합니다.

AsQueryable(IEnumerable)

IEnumerableIQueryable로 변환합니다.

적용 대상

추가 정보