SettingsPropertyValueCollection.Item[String] 속성

정의

컬렉션에서 항목을 가져옵니다.

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

매개 변수

name
String

SettingsPropertyValue 개체입니다.

속성 값

SettingsPropertyValue

지정된 nameSettingsPropertyValue 개체입니다.

적용 대상