System::Collections::Specialized::StringCollection::Insert methode
StringCollection::Insert method
Voegt een specifieke waarde in de container in.
void System::Collections::Specialized::StringCollection::Insert(int index, const System::String &value)
| Parameter | Type | Beschrijving |
|---|---|---|
| index | int | Index om de string in te voegen. |
| value | const System::String& | Waarde om in te voegen op de opgegeven positie. |
Zie ook
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++