共用方式為


BrowserFactory.LocateAll 方法

尋找所有符合提供之搜尋屬性和篩選屬性的瀏覽器,並傳回那些瀏覽器的瀏覽器服務物件陣列。

命名空間:  Microsoft.VisualStudio.TestTools.UITest.Extension
組件:  Microsoft.VisualStudio.TestTools.UITest.Extension (在 Microsoft.VisualStudio.TestTools.UITest.Extension.dll 中)

語法

'宣告
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[]

參數

傳回值

型別:array<Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService[]
瀏覽器服務物件的陣列。

.NET Framework 安全性

請參閱

參考

BrowserFactory 類別

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

BrowserService

PropertyExpressionCollection