SettingsPropertyCollection.Item[String] 속성

정의

지정된 이름을 갖는 컬렉션 항목을 가져옵니다.

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

매개 변수

name
String

SettingsProperty 개체의 이름입니다.

속성 값

지정된 nameSettingsProperty 개체입니다.

적용 대상