SettingsProviderCollection.Item[String] 속성

정의

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

public:
 property System::Configuration::SettingsProvider ^ default[System::String ^] { System::Configuration::SettingsProvider ^ get(System::String ^ name); };
public System.Configuration.SettingsProvider this[string name] { get; }
member this.Item(string) : System.Configuration.SettingsProvider
Default Public ReadOnly Property Item(name As String) As SettingsProvider

매개 변수

name
String

String 설정 공급자의 이름을 포함하는 형식입니다.

속성 값

SettingsProvider 은 경우 이름 매개 변수로 지정된 이름과 일치하는 이름이고, null그렇지 않으면 .

예외

매개 변수는 name .입니다 null.

이 값을 설정할 때 컬렉션은 읽기 전용입니다.

설명

메서드를 SettingsProviderCollection 사용하여 읽기 전용으로 SetReadOnly 만들 수 있습니다. 그러나 이러한 컬렉션과 같은 AddRemoveClear 메서드에는 유효하지 않습니다.

적용 대상

추가 정보