UITestControl.GetUITestControlsForSearch 方法
返回将用于搜索的 UITestControl 对象的数组。
命名空间: Microsoft.VisualStudio.TestTools.UITesting
程序集: Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)
语法
声明
Protected Overridable Function GetUITestControlsForSearch As UITestControl()
protected virtual UITestControl[] GetUITestControlsForSearch()
protected:
virtual array<UITestControl^>^ GetUITestControlsForSearch()
abstract GetUITestControlsForSearch : unit -> UITestControl[]
override GetUITestControlsForSearch : unit -> UITestControl[]
protected function GetUITestControlsForSearch() : UITestControl[]
返回值
类型:array<Microsoft.VisualStudio.TestTools.UITesting.UITestControl[]
将用于搜索的 UITestControl 对象的数组。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。