Information
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.

WpfTable::GetContent Method ()

 

Gets the content of the table that is values of all the cells.

Namespace:   Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly:  Microsoft.VisualStudio.TestTools.UITesting (in Microsoft.VisualStudio.TestTools.UITesting.dll)

public:
array<String^>^ GetContent()

Return Value

Type: array<System::String^>^

The content of the table.

Example - Get the values of all the cells of the table string[] values = myTable.GetContent();

Return to top
Show: