System::Collections::Specialized::StringCollection::idx_set 方法
StringCollection::idx_set method
设置指定位置的值。
void System::Collections::Specialized::StringCollection::idx_set(int index, const System::String &value)
| 参数 | 类型 | 描述 |
|---|---|---|
| 索引 | int | 要设置字符串的索引。 |
| value | const System::String& | String 要在指定索引设置的值。 |
另见
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Font for C++