System::Collections::Specialized::NameValueCollection::Contains 方法
NameValueCollection::Contains method
检查项是否存在于集合中。
virtual bool System::Collections::Specialized::NameValueCollection::Contains(const String &item) const override
| Parameter | Type | 描述 |
|---|---|---|
| item | const String& | 要查找的。 |
ReturnValue
如果项目存在则返回 true,否则返回 false。
另见
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++