Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class ContextParameterCollection _
Inherits WebTestBaseCollection(Of ContextParameter)
'Usage
Dim instance As ContextParameterCollection
[SerializableAttribute]
public class ContextParameterCollection : WebTestBaseCollection<ContextParameter>
[SerializableAttribute]
public ref class ContextParameterCollection : public WebTestBaseCollection<ContextParameter^>
public class ContextParameterCollection extends WebTestBaseCollection<ContextParameter>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<ContextParameter>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<ContextParameter>
Microsoft.VisualStudio.TestTools.WebTesting.ContextParameterCollection
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.