WinTable.GetCell – metoda
Získá buňky podle řádek a sloupec indexů.
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting.WinControls
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Deklarace
Public Function GetCell ( _
rowIndex As Integer, _
columnIndex As Integer _
) As WinCell
public WinCell GetCell(
int rowIndex,
int columnIndex
)
public:
WinCell^ GetCell(
int rowIndex,
int columnIndex
)
member GetCell :
rowIndex:int *
columnIndex:int -> WinCell
public function GetCell(
rowIndex : int,
columnIndex : int
) : WinCell
Parametry
rowIndex
Typ: Int32Index 0-based řádku buňky.
columnIndex
Typ: Int32Index buňky sloupce založené na 0.
Vrácená hodnota
Typ: Microsoft.VisualStudio.TestTools.UITesting.WinControls.WinCell
Buňka objektu.
Poznámky
Příklad: Get buňku na 2, 5.Poznámka: Tento index je založen 0.
WinCell buňky = myTable.GetCell (2, 5);
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.TestTools.UITesting.WinControls – obor názvů