Sdílet prostřednictvím


UITestControlCollection.Insert – metoda

Vloží UITestControl do UITestControlCollection na zadaný index.

Obor názvů:  Microsoft.VisualStudio.TestTools.UITesting
Sestavení:  Microsoft.VisualStudio.TestTools.UITesting (v Microsoft.VisualStudio.TestTools.UITesting.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • index
    Typ: System.Int32
    Z nuly vycházející index jakou control vkládá.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

UITestControlCollection Třída

Microsoft.VisualStudio.TestTools.UITesting – obor názvů