Aracılığıyla paylaş


DeclarativeWebTest.InsertItemAt Yöntem

Belirtilen öğe dizininde bir WebTestItem ekler.

Ad alanı:  Microsoft.VisualStudio.TestTools.WebTesting
Derleme:  Microsoft.VisualStudio.QualityTools.WebTestFramework (Microsoft.VisualStudio.QualityTools.WebTestFramework.dll içinde)

Sözdizimi

'Bildirim
Public Sub InsertItemAt ( _
    itemId As Integer, _
    item As WebTestItem _
)
public void InsertItemAt(
    int itemId,
    WebTestItem item
)
public:
void InsertItemAt(
    int itemId, 
    WebTestItem^ item
)
member InsertItemAt : 
        itemId:int * 
        item:WebTestItem -> unit 
public function InsertItemAt(
    itemId : int, 
    item : WebTestItem
)

Parametreler

  • itemId
    Tür: System.Int32
    WebTestItem Web performans içinde sıfır tabanlı sıra numarası sınayın.

Notlar

Yeni öğe önce geçerli belirtilen dizin adresindeki öğesi eklenir ve bu madde hareketi, koşul veya döngü ise yeni madde de bu durumda olacaktır. itemId En büyük daha büyük itemId Web performans sınaması herhangi bir öğeyi öğe Web performans testi (dışında herhangi bir grubu) sonuna eklenir.

.NET Framework Güvenliği

Ayrıca bkz.

Başvuru

DeclarativeWebTest Sınıf

Microsoft.VisualStudio.TestTools.WebTesting Ad Alanı