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 이름입니다.

속성 값

SettingsProperty 지정한 name개체입니다.

적용 대상