System::Collections::ObjectModel::KeyedCollection::Remove メソッド
KeyedCollection::Remove method
コンテナからキーを削除します。
bool System::Collections::ObjectModel::KeyedCollection<TKey, TItem>::Remove(TKey key)
| パラメーター | 型 | 説明 |
|---|---|---|
| キー | TKey | 削除するキー。 |
ReturnValue
キーが見つかり削除された場合は true、そうでない場合は false。
参照
- Class KeyedCollection
- Namespace System::Collections::ObjectModel
- Library Aspose.Page for C++