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