System::Collections::Generic::_KeyCollection::Contains メソッド
_KeyCollection::Contains method
アイテムがコンテナに存在するかチェックします。
bool System::Collections::Generic::_KeyCollection<Dict>::Contains(const TKey &item) const override
| パラメーター | 型 | 説明 |
|---|---|---|
| 項目 | const TKey& | 検索対象の項目。 |
ReturnValue
項目が見つかった場合は true、そうでなければ false。
参照
- Typedef TKey
- Class _KeyCollection
- Namespace System::Collections::Generic
- Library Aspose.Page for C++