The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WinRow::GetContent Method ()
Gets the content of the row that is values of all the cells.
Assembly: Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)
Example - Get the values of all the cells of the row string[] values = row.GetContent();
Show: