WpfTable.FindFirstCellWithValue 方法

将查找具有指定值的第一个单元格。

因为单元格中搜索在每行下,此调用可能花大量时间。

命名空间:  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
程序集:  Microsoft.VisualStudio.TestTools.UITesting(在 Microsoft.VisualStudio.TestTools.UITesting.dll 中)

语法

声明
Public Function FindFirstCellWithValue ( _
    value As String _
) As WpfCell
public WpfCell FindFirstCellWithValue(
    string value
)
public:
WpfCell^ FindFirstCellWithValue(
    String^ value
)
member FindFirstCellWithValue : 
        value:string -> WpfCell 
public function FindFirstCellWithValue(
    value : String
) : WpfCell

参数

返回值

类型:Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell
与值的第一个单元格。

备注

示例-查找值“编码的UI测试的第一个单元格。

WpfCell单元格= myTable.FindFirstCellWithValue (“编码的UI测试”);

.NET Framework 安全性

请参见

参考

WpfTable 类

Microsoft.VisualStudio.TestTools.UITesting.WpfControls 命名空间