PropertyInformationCollection.Item[String] 속성

정의

지정된 속성 이름에 따라 컬렉션에서 PropertyInformation 개체를 가져옵니다.

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

매개 변수

propertyName
String

PropertyInformationCollection 개체에 포함된 구성 특성의 이름입니다.

속성 값

PropertyInformation 개체입니다.

적용 대상