WebTest.WebTestPluginReferences Property
Gets the collection of references to Web test plug-ins.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property WebTestPluginReferences As WebTestPluginReferenceCollection
'Usage
Dim instance As WebTest
Dim value As WebTestPluginReferenceCollection
value = instance.WebTestPluginReferences
instance.WebTestPluginReferences = value
public WebTestPluginReferenceCollection WebTestPluginReferences { get; internal set; }
public:
property WebTestPluginReferenceCollection^ WebTestPluginReferences {
WebTestPluginReferenceCollection^ get ();
void set (WebTestPluginReferenceCollection^ value);
}
public function get WebTestPluginReferences () : WebTestPluginReferenceCollection
public function set WebTestPluginReferences (value : WebTestPluginReferenceCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.