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
Разрешения
- Полное доверие для непосредственно вызывающего метода. Этот член не может быть использован частично доверенным кодом. Дополнительные сведения см. в разделе Использование библиотек из не вполне надежного кода.
См. также
Ссылки
Microsoft.VisualStudio.TestTools.WebTesting - пространство имен