Поделиться через


WebTest.WebTestPluginReferences - свойство

Получает коллекцию ссылок на подключаемые модули веб-теста производительности.

Пространство имен:  Microsoft.VisualStudio.TestTools.WebTesting
Сборка:  Microsoft.VisualStudio.QualityTools.WebTestFramework (в Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)

Синтаксис

'Декларация
Public Property WebTestPluginReferences As WebTestPluginReferenceCollection
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)

Значение свойства

Тип: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection
Коллекция ссылок на подключаемые модули веб-теста производительности.

Безопасность платформы .NET Framework

См. также

Ссылки

WebTest Класс

Microsoft.VisualStudio.TestTools.WebTesting - пространство имен