System::Collections::Specialized::StringCollection::Insert 메서드
StringCollection::Insert method
특정 값을 컨테이너에 삽입합니다.
void System::Collections::Specialized::StringCollection::Insert(int index, const System::String &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| index | int | 문자열을 삽입할 인덱스. |
| value | const System::String& | 지정된 위치에 삽입할 값. |
또 보기
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++