WebTestResultGroup.AddNonExecutedChildren 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.
protected:
void AddNonExecutedChildren(System::Collections::Generic::List<Microsoft::VisualStudio::TestTools::WebTesting::WebTestResultUnit ^> ^ children, Microsoft::VisualStudio::TestTools::WebTesting::WebTestItemCollection ^ itemCollection, Microsoft::VisualStudio::TestTools::WebTesting::WebTestResultStatus resultStatus);
protected void AddNonExecutedChildren (System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit> children, Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection itemCollection, Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultStatus resultStatus);
member this.AddNonExecutedChildren : System.Collections.Generic.List<Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultUnit> * Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection * Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultStatus -> unit
Protected Sub AddNonExecutedChildren (children As List(Of WebTestResultUnit), itemCollection As WebTestItemCollection, resultStatus As WebTestResultStatus)
Parameters
- children
- List<WebTestResultUnit>
- itemCollection
- WebTestItemCollection
- resultStatus
- WebTestResultStatus