共用方式為


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