HtmlRow.GetContent Method

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

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

Syntax

'Declaration
Public Function GetContent As String()
public string[] GetContent()
public:
array<String^>^ GetContent()
member GetContent : unit -> string[] 
public function GetContent() : String[]

Return Value

Type: array<String[]
The content of the row.

Remarks

Example: Get the values of all the cells of the row string[] values = row.GetContent();

.NET Framework Security

See Also

Reference

HtmlRow Class

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls Namespace