Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of references to the Web test request plug-ins that are defined on the request.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public Property WebTestRequestPluginReferences As WebTestRequestPluginReferenceCollection
'Usage
Dim instance As WebTestRequest
Dim value As WebTestRequestPluginReferenceCollection
value = instance.WebTestRequestPluginReferences
instance.WebTestRequestPluginReferences = value
public WebTestRequestPluginReferenceCollection WebTestRequestPluginReferences { get; internal set; }
public:
property WebTestRequestPluginReferenceCollection^ WebTestRequestPluginReferences {
WebTestRequestPluginReferenceCollection^ get ();
void set (WebTestRequestPluginReferenceCollection^ value);
}
public function get WebTestRequestPluginReferences () : WebTestRequestPluginReferenceCollection
public function set WebTestRequestPluginReferences (value : WebTestRequestPluginReferenceCollection)
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginReferenceCollection
.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.