The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
WebTestResultGroup::AddNonExecutedChildren Method (List<WebTestResultUnit^>^, WebTestItemCollection^, WebTestResultStatus)
Adds the Web performance test items in the result group and marks them as templates.
Assembly: Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
protected: void AddNonExecutedChildren( List<WebTestResultUnit^>^ children, WebTestItemCollection^ itemCollection, WebTestResultStatus resultStatus )
Parameters
- children
-
Type:
System.Collections.Generic::List<WebTestResultUnit^>^
Children of a group.
- itemCollection
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::WebTestItemCollection^
Collection of Web performance test items.
- resultStatus
-
Type:
Microsoft.VisualStudio.TestTools.WebTesting::WebTestResultStatus
The WebTestResultStatus of the group.
Show: