System::Collections::Specialized::StringCollection::Insert 方法
StringCollection::Insert method
向容器中插入特定值。
void System::Collections::Specialized::StringCollection::Insert(int index, const System::String &value)
| Parameter | Type | 描述 |
|---|---|---|
| 索引 | int | 要插入字符串的索引。 |
| value | const System::String& | 要插入到指定位置的值。 |
另见
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++