The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
QueryStringParameterCollection Class
Represents a strongly typed container for query string parameters.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
System::Object
System.Collections.ObjectModel::Collection<T>
Microsoft.VisualStudio.TestTools.WebTesting::WebTestBaseCollection<T>
Microsoft.VisualStudio.TestTools.WebTesting::QueryStringParameterCollection
System.Collections.ObjectModel::Collection<T>
Microsoft.VisualStudio.TestTools.WebTesting::WebTestBaseCollection<T>
Microsoft.VisualStudio.TestTools.WebTesting::QueryStringParameterCollection
| Name | Description | |
|---|---|---|
![]() | QueryStringParameterCollection() | Initializes a new instance of the QueryStringParameterCollection class. |
| Name | Description | |
|---|---|---|
![]() | Count | (Inherited from Collection<T>.) |
![]() | Item[Int32] | (Inherited from Collection<T>.) |
![]() | Items | (Inherited from Collection<T>.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection::CopyTo(Array^, Int32) | (Inherited from Collection<T>.) |
![]() ![]() | IEnumerable::GetEnumerator() | (Inherited from Collection<T>.) |
![]() ![]() | IList::Add(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Contains(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::IndexOf(Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Insert(Int32, Object^) | (Inherited from Collection<T>.) |
![]() ![]() | IList::Remove(Object^) | (Inherited from Collection<T>.) |
This class is serializable.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:





