طريقة System::Collections::Specialized::NameValueCollection::Contains
NameValueCollection::Contains method
يتحقق مما إذا كان العنصر موجودًا في المجموعة.
virtual bool System::Collections::Specialized::NameValueCollection::Contains(const String &item) const override
| Parameter | Type | الوصف |
|---|---|---|
| العنصر | const String& | للبحث عنه. |
ReturnValue
صحيح إذا كان العنصر موجودًا، خطأ خلاف ذلك.
انظر أيضًا
- Class String
- Class NameValueCollection
- Namespace System::Collections::Specialized
- Library Aspose.Page for C++