BrowserFactory.Locate 方法 (PropertyExpressionCollection, PropertyExpressionCollection)

使用提供的搜索属性和筛选器属性查找浏览器。

命名空间:  Microsoft.VisualStudio.TestTools.UITest.Extension
程序集:  Microsoft.VisualStudio.TestTools.UITest.Extension(在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

语法

声明
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

参数

返回值

类型:Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService
浏览器服务对象。

.NET Framework 安全性

请参见

参考

BrowserFactory 类

Locate 重载

Microsoft.VisualStudio.TestTools.UITest.Extension 命名空间

BrowserService

PropertyExpressionCollection