Sdílet prostřednictvím


BrowserFactory.LocateAll – metoda

Vyhledá všechny prohlížeče, které odpovídají zadané hledání vlastností a vlastností filtru a vrátí pole Prohlížeč objektů služby pro tyto prohlížeče.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITest.Extension
Sestavení:  Microsoft.VisualStudio.TestTools.UITest.Extension (v Microsoft.VisualStudio.TestTools.UITest.Extension.dll)

Syntaxe

'Deklarace
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[]

Parametry

Vrácená hodnota

Typ: array<Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService[]
Pole objektů služby prohlížeče.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

BrowserFactory Třída

Microsoft.VisualStudio.TestTools.UITest.Extension – obor názvů

BrowserService

PropertyExpressionCollection