Propriedade DeclarativeWebTest.Items
Obtém ou define o conjunto de itens que estão contidos no teste de desempenho de Web. Os itens são transações, solicitações, comentários e testes de desempenho da Web incluídos.
Namespace: Microsoft.VisualStudio.TestTools.WebTesting
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (em Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Sintaxe
'Declaração
Public Property Items As WebTestItemCollection
Get
Friend Set
public WebTestItemCollection Items { get; internal set; }
public:
property WebTestItemCollection^ Items {
WebTestItemCollection^ get ();
internal: void set (WebTestItemCollection^ value);
}
member Items : WebTestItemCollection with get, internal set
function get Items () : WebTestItemCollection
internal function set Items (value : WebTestItemCollection)
Valor de propriedade
Tipo: Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Uma coleção de itens.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.