ConfigurationElement.Item[String] 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 이름의 특성을 가져오거나 설정합니다.
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[] 사용해야 합니다.