UITestControlCollection.Insert, méthode
Insère un UITestControl dans la UITestControlCollection à l'index spécifié.
Espace de noms : Microsoft.VisualStudio.TestTools.UITesting
Assembly : Microsoft.VisualStudio.TestTools.UITesting (dans Microsoft.VisualStudio.TestTools.UITesting.dll)
Syntaxe
'Déclaration
Public Sub Insert ( _
index As Integer, _
control As UITestControl _
)
public void Insert(
int index,
UITestControl control
)
public:
void Insert(
int index,
UITestControl^ control
)
member Insert :
index:int *
control:UITestControl -> unit
public function Insert(
index : int,
control : UITestControl
)
Paramètres
- index
Type : System.Int32
Index de base zéro auquel control doit être inséré.
- control
Type : Microsoft.VisualStudio.TestTools.UITesting.UITestControl
UITestControl à insérer.
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.