Partilhar via


Propriedade WebTest.WebTestPluginReferences

Obtém a coleção de referências ao plug-ins de teste de desempenho da Web.

Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Sintaxe

'Declaração
Public Property WebTestPluginReferences As WebTestPluginReferenceCollection
    Get
    Friend Set
public WebTestPluginReferenceCollection WebTestPluginReferences { get; internal set; }
public:
property WebTestPluginReferenceCollection^ WebTestPluginReferences {
    WebTestPluginReferenceCollection^ get ();
    internal: void set (WebTestPluginReferenceCollection^ value);
}
member WebTestPluginReferences : WebTestPluginReferenceCollection with get, internal set
function get WebTestPluginReferences () : WebTestPluginReferenceCollection
internal function set WebTestPluginReferences (value : WebTestPluginReferenceCollection)

Valor de propriedade

Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection
A coleção de referências para o desempenho de Web teste plug-ins.

Segurança do .NET Framework

Consulte também

Referência

WebTest Classe

Namespace Microsoft.VisualStudio.TestTools.WebTesting