System::Collections::Generic::IDictionary::TryGetValue metod
IDictionary::TryGetValue method
Söker efter värdet och hämtar det om det hittas.
virtual bool System::Collections::Generic::IDictionary<TKey, TValue>::TryGetValue(const TKey &key, TValue &value) const =0
| Parameter | Type | Beskrivning |
|---|---|---|
| nyckel | const TKey& | Nyckel att söka efter. |
| value | TValue& | Referens att lagra det hämtade värdet i. |
ReturnValue
Sant om värdet hittades och hämtades, falskt annars.
Se även
- Class IDictionary
- Namespace System::Collections::Generic
- Library Aspose.Page for C++