GetImpactedTests.ImpactedTests Property
Namespace: Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly: Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)
Syntax
'Declaración
<BrowsableAttribute(True)> _
Public Property ImpactedTests As OutArgument(Of TestList)
Get
Set
[BrowsableAttribute(true)]
public OutArgument<TestList> ImpactedTests { get; set; }
[BrowsableAttribute(true)]
public:
property OutArgument<TestList^>^ ImpactedTests {
OutArgument<TestList^>^ get ();
void set (OutArgument<TestList^>^ value);
}
[<BrowsableAttribute(true)>]
member ImpactedTests : OutArgument<TestList> with get, set
function get ImpactedTests () : OutArgument<TestList>
function set ImpactedTests (value : OutArgument<TestList>)
Property Value
Type: System.Activities.OutArgument<TestList>
.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.BuildActivities Namespace