System::Collections::Generic::IKVCollection::Remove メソッド
IKVCollection::Remove method
コンテナからアイテムを削除します。
virtual bool System::Collections::Generic::IKVCollection<T>::Remove(const T &item) override
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const T& | 削除する項目。 |
ReturnValue
項目が見つかり削除された場合は true、そうでない場合は false。
参照
- Class IKVCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++