Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the WebTestRequestPlugin.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Public ReadOnly Property WebTestRequestPlugin As WebTestRequestPlugin
public WebTestRequestPlugin WebTestRequestPlugin { get; }
public:
property WebTestRequestPlugin^ WebTestRequestPlugin {
WebTestRequestPlugin^ get ();
}
member WebTestRequestPlugin : WebTestRequestPlugin with get
function get WebTestRequestPlugin () : WebTestRequestPlugin
Property Value
Type: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPlugin
The WebTestRequestPlugin.
.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.