Sdílet prostřednictvím


HtmlTable.GetContent – metoda

Načte obsah tabulky, 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 tabulky.

Poznámky

Příklad: Získáte hodnoty všech buněk v tabulce.

řetězec hodnoty [] = myTable.GetContent();

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

HtmlTable Třída

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