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


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

Обновлен: Ноябрь 2007

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

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

Синтаксис

'Декларация
Public Property WebTestPluginReferences As WebTestPluginReferenceCollection
'Применение
Dim instance As WebTest
Dim value As WebTestPluginReferenceCollection

value = instance.WebTestPluginReferences

instance.WebTestPluginReferences = value
public WebTestPluginReferenceCollection WebTestPluginReferences { get; internal set; }
public:
property WebTestPluginReferenceCollection^ WebTestPluginReferences {
    WebTestPluginReferenceCollection^ get ();
    void set (WebTestPluginReferenceCollection^ value);
}
public function get WebTestPluginReferences () : WebTestPluginReferenceCollection
public function set WebTestPluginReferences (value : WebTestPluginReferenceCollection)

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

Тип: Microsoft.VisualStudio.TestTools.WebTesting.WebTestPluginReferenceCollection

Разрешения

См. также

Ссылки

WebTest Класс

WebTest - члены

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