System::Collections::Specialized::StringCollection::IndexOf methode
StringCollection::IndexOf method
Zoekt naar een specifieke tekenreeks in de container.
int System::Collections::Specialized::StringCollection::IndexOf(const System::String &value) const
| Parameter | Type | Beschrijving |
|---|---|---|
| value | const System::String& | String om te zoeken. |
ReturnValue
Index van de eerste voorkoming van de opgegeven tekenreeks of -1 als deze niet wordt gevonden.
Zie ook
- Class String
- Class StringCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++