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