System::Collections::Specialized::StringCollection::IndexOf метод
StringCollection::IndexOf method
Ищет конкретную строку в контейнере.
int System::Collections::Specialized::StringCollection::IndexOf(const System::String &value) const
| Параметр | Тип | Описание |
|---|---|---|
| value | const System::String& | String для поиска. |
ReturnValue
Index of first occurrence of specified string or -1 if not found.
См. также
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.PDF for C++