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[]
參數
- searchProperties
型別:Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
包含搜尋屬性準則的 PropertyExpressionCollection 物件。
- filterProperties
型別:Microsoft.VisualStudio.TestTools.UITesting.PropertyExpressionCollection
包含篩選屬性的 PropertyExpressionCollection 物件。
傳回值
型別:array<Microsoft.VisualStudio.TestTools.UITest.Extension.BrowserService[]
瀏覽器服務物件的陣列。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。