다음을 통해 공유


ConfigurationElement.Item[String] 속성

정의

지정된 이름의 특성을 가져오거나 설정합니다.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ attributeName); void set(System::String ^ attributeName, System::Object ^ value); };
public object this[string attributeName] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(attributeName As String) As Object

매개 변수

attributeName
String

특성 이름입니다.

속성 값

ConfigurationAttribute 지정된 attributeName가 있는 개체입니다.

설명

또는 메서드를 사용하여 GetAttributeValue 특성 값을 얻거나 SetAttributeValue 설정할 수도 있습니다. 최상의 시스템 성능을 위해 속성 대신 이러한 메서드를 Item[] 사용해야 합니다.

적용 대상