Adds the Web performance test items in the result group and marks them as templates.
Namespace:  Microsoft.VisualStudio.TestTools.WebTesting
Assembly:  Microsoft.VisualStudio.QualityTools.WebTestFramework (in Microsoft.VisualStudio.QualityTools.WebTestFramework.dll)
Syntax
'Declaration
Protected Sub AddNonExecutedChildren ( _
    children As List(Of WebTestResultUnit), _
    itemCollection As WebTestItemCollection, _
    resultStatus As WebTestResultStatus _
)
protected void AddNonExecutedChildren(
    List<WebTestResultUnit> children,
    WebTestItemCollection itemCollection,
    WebTestResultStatus resultStatus
)
protected:
void AddNonExecutedChildren(
    List<WebTestResultUnit^>^ children, 
    WebTestItemCollection^ itemCollection, 
    WebTestResultStatus resultStatus
)
member AddNonExecutedChildren : 
        children:List<WebTestResultUnit> * 
        itemCollection:WebTestItemCollection * 
        resultStatus:WebTestResultStatus -> unit
protected function AddNonExecutedChildren(
    children : List<WebTestResultUnit>, 
    itemCollection : WebTestItemCollection, 
    resultStatus : WebTestResultStatus
)
Parameters
- children 
 Type: 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. 
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.