Metoda WpfTable.GetCell —
Pobiera komórki, oparty na wskaźniki wierszy i kolumn.
Przestrzeń nazw: Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Zestaw: Microsoft.VisualStudio.TestTools.UITesting (w Microsoft.VisualStudio.TestTools.UITesting.dll)
Składnia
'Deklaracja
Public Function GetCell ( _
rowIndex As Integer, _
columnIndex As Integer _
) As WpfCell
public WpfCell GetCell(
int rowIndex,
int columnIndex
)
public:
WpfCell^ GetCell(
int rowIndex,
int columnIndex
)
member GetCell :
rowIndex:int *
columnIndex:int -> WpfCell
public function GetCell(
rowIndex : int,
columnIndex : int
) : WpfCell
Parametry
- rowIndex
Typ: System.Int32
Indeks 0 na wiersz komórki.
- columnIndex
Typ: System.Int32
Indeks komórki kolumny na 0.
Wartość zwracana
Typ: Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfCell
Obiekt komórki.
Uwagi
Przykład — Get komórki na 2, 5.Uwaga indeks jest 0, na podstawie.
Komórka WpfCell = myTable.GetCell (2, 5);
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..
Zobacz też
Informacje
Przestrzeń nazw Microsoft.VisualStudio.TestTools.UITesting.WpfControls