System::Collections::Specialized::StringCollection::IndexOf метод

StringCollection::IndexOf method

Ищет конкретную строку в контейнере.

int System::Collections::Specialized::StringCollection::IndexOf(const System::String &value) const
ПараметрТипОписание
valueconst System::String&String для поиска.

ReturnValue

Index of first occurrence of specified string or -1 if not found.

См. также