WebTest.MoveDataTableCursor, méthode (String, String, Int32)
Espace de noms : Microsoft.VisualStudio.TestTools.WebTesting
Assembly : Microsoft.VisualStudio.QualityTools.WebTestFramework (dans Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntaxe
'Déclaration
Public Sub MoveDataTableCursor ( _
dataSourceName As String, _
dataTableName As String, _
newRowIndex As Integer _
)
public void MoveDataTableCursor(
string dataSourceName,
string dataTableName,
int newRowIndex
)
public:
void MoveDataTableCursor(
String^ dataSourceName,
String^ dataTableName,
int newRowIndex
)
member MoveDataTableCursor :
dataSourceName:string *
dataTableName:string *
newRowIndex:int -> unit
public function MoveDataTableCursor(
dataSourceName : String,
dataTableName : String,
newRowIndex : int
)
Paramètres
- dataSourceName
Type : System.String
- dataTableName
Type : System.String
- newRowIndex
Type : System.Int32
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.