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++