BrowserFactory.Locate-Methode (PropertyExpressionCollection, PropertyExpressionCollection)

Sucht den Browser mit den bereitgestellten Sucheigenschaften und Filtereigenschaften.

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

Syntax

'Declaration
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

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService
Ein Browserdienstobjekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

BrowserFactory Klasse

Locate-Überladung

Microsoft.VisualStudio.TestTools.UITest.Extension-Namespace

BrowserService

PropertyExpressionCollection