Partager via


WpfTable.GetRow, méthode

Obtient la ligne sur l'index de ligne.

Espace de noms :  Microsoft.VisualStudio.TestTools.UITesting.WpfControls
Assembly :  Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Déclaration
Public Function GetRow ( _
    rowIndex As Integer _
) As WpfRow
public WpfRow GetRow(
    int rowIndex
)
public:
WpfRow^ GetRow(
    int rowIndex
)
member GetRow : 
        rowIndex:int -> WpfRow 
public function GetRow(
    rowIndex : int
) : WpfRow

Paramètres

  • rowIndex
    Type : System.Int32
    Les 0 index basés de ligne.

Valeur de retour

Type : Microsoft.VisualStudio.TestTools.UITesting.WpfControls.WpfRow
L'objet de ligne.

Notes

Exemple - obtenir la troisième ligne.L'index de remarque est de base 0.

Ligne de WpfRow = myTable.GetRow (2) ;

Sécurité .NET Framework

Voir aussi

Référence

WpfTable Classe

Microsoft.VisualStudio.TestTools.UITesting.WpfControls, espace de noms