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