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