WebTestResultGroup.AddNonExecutedChildren 方法
在结果组中添加 Web 性能测试项,并将它们标记为模板。
命名空间: Microsoft.VisualStudio.TestTools.WebTesting
程序集: Microsoft.VisualStudio.QualityTools.WebTestFramework(在 Microsoft.VisualStudio.QualityTools.WebTestFramework.dll 中)
语法
声明
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
)
参数
- children
类型:System.Collections.Generic.List<WebTestResultUnit>
组的子级。
- itemCollection
类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTestItemCollection
Web 性能测试项集合。
- resultStatus
类型:Microsoft.VisualStudio.TestTools.WebTesting.WebTestResultStatus
组的 WebTestResultStatus。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。