Sdílet prostřednictvím


BrowserFactory.Locate – metoda (PropertyExpressionCollection, PropertyExpressionCollection)

Vyhledá v prohlížeči pomocí zadané hledání vlastností a vlastností filtru.

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 Locate ( _
    searchProperties As PropertyExpressionCollection, _
    filterProperties As PropertyExpressionCollection _
) As BrowserService
public abstract BrowserService Locate(
    PropertyExpressionCollection searchProperties,
    PropertyExpressionCollection filterProperties
)
public:
virtual BrowserService^ Locate(
    PropertyExpressionCollection^ searchProperties, 
    PropertyExpressionCollection^ filterProperties
) abstract
abstract Locate : 
        searchProperties:PropertyExpressionCollection * 
        filterProperties:PropertyExpressionCollection -> BrowserService
public abstract function Locate(
    searchProperties : PropertyExpressionCollection, 
    filterProperties : PropertyExpressionCollection
) : BrowserService

Parametry

Vrácená hodnota

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService
Objekt service prohlížeče.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

BrowserFactory Třída

Locate – přetížení

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

BrowserService

PropertyExpressionCollection