ITestPlan.QueryImpactedPoints Method
Include Protected Members
Include Inherited Members
Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
QueryImpactedPoints(Uri) | Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build. | |
QueryImpactedPoints(Uri, String) | Returns a collection of test points that is affected by all builds. This includes previous builds and the specified build. |
Top