طريقة System::Collections::Specialized::NameValueCollection::Contains

NameValueCollection::Contains method

يتحقق مما إذا كان العنصر موجودًا في المجموعة.

virtual bool System::Collections::Specialized::NameValueCollection::Contains(const String &item) const override
ParameterTypeالوصف
العنصرconst String&للبحث عنه.

ReturnValue

صحيح إذا كان العنصر موجودًا، خطأ خلاف ذلك.

انظر أيضًا