FormPostParameterCollection Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class FormPostParameterCollection : Microsoft::VisualStudio::TestTools::WebTesting::WebTestBaseCollection<Microsoft::VisualStudio::TestTools::WebTesting::FormPostParameter ^>
[System.Serializable]
public class FormPostParameterCollection : Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameter>
[<System.Serializable>]
type FormPostParameterCollection = class
inherit WebTestBaseCollection<FormPostParameter>
Public Class FormPostParameterCollection
Inherits WebTestBaseCollection(Of FormPostParameter)
- Inheritance
- Attributes
Constructors
FormPostParameterCollection() |
Methods
Add(String, String, Boolean) | |
Add(String, String) | |
AddRange(IEnumerable<T>) | (Inherited from WebTestBaseCollection<T>) |
Contains(String) |