WebTestRequest.WebTestRequestPluginReferences – vlastnost
Získá kolekce odkazů na Web výkonu test požadavek zásuvné moduly definované v požadavku.
Obor názvů: Microsoft.VisualStudio.TestTools.WebTesting
Sestavení: Microsoft.VisualStudio.QualityTools.WebTestFramework (v Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Deklarace
Public Property WebTestRequestPluginReferences As WebTestRequestPluginReferenceCollection
Get
Friend Set
public WebTestRequestPluginReferenceCollection WebTestRequestPluginReferences { get; internal set; }
public:
property WebTestRequestPluginReferenceCollection^ WebTestRequestPluginReferences {
WebTestRequestPluginReferenceCollection^ get ();
internal: void set (WebTestRequestPluginReferenceCollection^ value);
}
member WebTestRequestPluginReferences : WebTestRequestPluginReferenceCollection with get, internal set
function get WebTestRequestPluginReferences () : WebTestRequestPluginReferenceCollection
internal function set WebTestRequestPluginReferences (value : WebTestRequestPluginReferenceCollection)
Hodnota vlastnosti
Typ: Microsoft.VisualStudio.TestTools.WebTesting.WebTestRequestPluginReferenceCollection
Test kolekce odkazů na výkon webového požadavku zásuvné moduly, které jsou definovány na žádost.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.