Partilhar via


Método BrowserFactory.LocateAll

Localiza todos os navegadores que coincidem com as propriedades de pesquisa fornecidos e filtro e retorna uma matriz de objetos do serviço de navegador para esses navegadores.

Namespace:  Microsoft.VisualStudio.TestTools.UITest.Extension
Assembly:  Microsoft.VisualStudio.TestTools.UITest.Extension (em Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Sintaxe

'Declaração
Public MustOverride Function LocateAll ( _
    searchProperties As PropertyExpressionCollection, _
    filterProperties As PropertyExpressionCollection _
) As BrowserService()
public abstract BrowserService[] LocateAll(
    PropertyExpressionCollection searchProperties,
    PropertyExpressionCollection filterProperties
)
public:
virtual array<BrowserService^>^ LocateAll(
    PropertyExpressionCollection^ searchProperties, 
    PropertyExpressionCollection^ filterProperties
) abstract
abstract LocateAll : 
        searchProperties:PropertyExpressionCollection * 
        filterProperties:PropertyExpressionCollection -> BrowserService[] 
public abstract function LocateAll(
    searchProperties : PropertyExpressionCollection, 
    filterProperties : PropertyExpressionCollection
) : BrowserService[]

Parâmetros

Valor de retorno

Tipo: array<Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService[]
Uma matriz de objetos do serviço de navegador.

Segurança do .NET Framework

Consulte também

Referência

BrowserFactory Classe

Namespace Microsoft.VisualStudio.TestTools.UITest.Extension

BrowserService

PropertyExpressionCollection