Sdílet prostřednictvím


HtmlRow.GetContent – metoda

Načte obsah řádku, který je hodnoty všech buněk.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting.HtmlControls
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

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

Vrácená hodnota

Typ: array<System.String[]
Obsah řádku.

Poznámky

Příklad: Načtení hodnoty všech buněk v řádku hodnoty string [] = řádek.GetContent();

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

HtmlRow Třída

Microsoft.VisualStudio.TestTools.UITesting.HtmlControls – obor názvů