System::Collections::Specialized::StringCollection::operator[] 方法
StringCollection::operator[] method
访问器函数。
System::String & System::Collections::Specialized::StringCollection::operator[](int index)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 获取元素的索引。 |
ReturnValue
对指定位置的字符串的引用,可能是已有的或新创建的。
另见
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++