Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the tests that were impacted by the code changes.
Namespace: Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildTasks
Assembly: Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)
Syntax
'Declaration
<OutputAttribute> _
Public ReadOnly Property ImpactedTests As ITaskItem()
[OutputAttribute]
public ITaskItem[] ImpactedTests { get; }
[OutputAttribute]
public:
property array<ITaskItem^>^ ImpactedTests {
array<ITaskItem^>^ get ();
}
[<OutputAttribute>]
member ImpactedTests : ITaskItem[] with get
function get ImpactedTests () : ITaskItem[]
Property Value
Type: array<Microsoft.Build.Framework.ITaskItem[]
Returns ITaskItem.
.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.
See Also
Reference
Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildTasks Namespace