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