FormPostParameterCollection Class

Represents a strongly typed container for form post parameters.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class FormPostParameterCollection _
    Inherits WebTestBaseCollection(Of FormPostParameter)
'Usage
Dim instance As FormPostParameterCollection
[SerializableAttribute]
public class FormPostParameterCollection : WebTestBaseCollection<FormPostParameter>
[SerializableAttribute]
public ref class FormPostParameterCollection : public WebTestBaseCollection<FormPostParameter^>
public class FormPostParameterCollection extends WebTestBaseCollection<FormPostParameter>

Remarks

This class is serializable.

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<FormPostParameter>
    Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<FormPostParameter>
      Microsoft.VisualStudio.TestTools.WebTesting.FormPostParameterCollection

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FormPostParameterCollection Members

Microsoft.VisualStudio.TestTools.WebTesting Namespace

Other Resources

Working with Web Tests