System::Collections::ObjectModel::KeyedCollection::Remove Methode
KeyedCollection::Remove method
Entfernt den Schlüssel aus dem Container.
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
| Parameter | Typ | Beschreibung |
|---|---|---|
| Schlüssel | TKey | Zu entfernender Schlüssel. |
ReturnValue
Wahr, wenn der Schlüssel gefunden und entfernt wurde, sonst falsch.
Siehe auch
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++