DeclarativeWebTest.InsertItemAt(Int32, WebTestItem) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void InsertItemAt(int itemId, Microsoft::VisualStudio::TestTools::WebTesting::WebTestItem ^ item);
public void InsertItemAt (int itemId, Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem item);
member this.InsertItemAt : int * Microsoft.VisualStudio.TestTools.WebTesting.WebTestItem -> unit
Public Sub InsertItemAt (itemId As Integer, item As WebTestItem)
Parameters
- itemId
- Int32
- item
- WebTestItem