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.
Represents a strongly typed container for Web test request plug-in references.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Class WebTestRequestPluginReferenceCollection _
Inherits WebTestBaseCollection(Of WebTestRequestPluginReference)
'Usage
Dim instance As WebTestRequestPluginReferenceCollection
[SerializableAttribute]
public class WebTestRequestPluginReferenceCollection : WebTestBaseCollection<WebTestRequestPluginReference>
[SerializableAttribute]
public ref class WebTestRequestPluginReferenceCollection : public WebTestBaseCollection<WebTestRequestPluginReference^>
public class WebTestRequestPluginReferenceCollection extends WebTestBaseCollection<WebTestRequestPluginReference>
Inheritance Hierarchy
System.Object
System.Collections.ObjectModel.Collection<WebTestRequestPluginReference>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestBaseCollection<WebTestRequestPluginReference>
Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginReferenceCollection
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.