System::Collections::Specialized::StringCollection::operator[] 메서드
StringCollection::operator[] method
접근자 함수.
System::String & System::Collections::Specialized::StringCollection::operator[](int index)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 요소를 가져올 인덱스. |
ReturnValue
지정된 위치의 문자열에 대한 참조이며, 기존이거나 새로 생성된 것일 수 있습니다.
또 보기
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++