WpfRow.GetCell – metoda
Buňka index buňky na základě získá.
Obor názvů: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Sestavení: Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Deklarace
Public Function GetCell ( _
cellIndex As Integer _
) As WpfCell
public WpfCell GetCell(
int cellIndex
)
public:
WpfCell^ GetCell(
int cellIndex
)
member GetCell :
cellIndex:int -> WpfCell
public function GetCell(
cellIndex : int
) : WpfCell
Parametry
- cellIndex
Typ: System.Int32
Index založený na 0 v řádku buňky.
Vrácená hodnota
Typ: Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell
Objekt buňky.
Poznámky
Příklad: Načtení buňky 2.Poznámka že tohoto indexu je založen 0.
Buňka WpfCell = myRow.GetCell(2);
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.WpfControls – obor názvů