GetImpactedTests.AssociatedChangesets Property

Namespace:  Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities
Assembly:  Microsoft.TeamFoundation.TestImpact.BuildIntegration (in Microsoft.TeamFoundation.TestImpact.BuildIntegration.dll)

Syntax

'宣言
<BrowsableAttribute(True)> _
Public Property AssociatedChangesets As InArgument(Of IList(Of Changeset))
    Get
    Set
[BrowsableAttribute(true)]
public InArgument<IList<Changeset>> AssociatedChangesets { get; set; }
[BrowsableAttribute(true)]
public:
property InArgument<IList<Changeset^>^>^ AssociatedChangesets {
    InArgument<IList<Changeset^>^>^ get ();
    void set (InArgument<IList<Changeset^>^>^ value);
}
[<BrowsableAttribute(true)>]
member AssociatedChangesets : InArgument<IList<Changeset>> with get, set
function get AssociatedChangesets () : InArgument<IList<Changeset>>
function set AssociatedChangesets (value : InArgument<IList<Changeset>>)

Property Value

Type: System.Activities.InArgument<IList<Changeset>>

.NET Framework Security

See Also

Reference

GetImpactedTests Class

Microsoft.TeamFoundation.TestImpact.BuildIntegration.BuildActivities Namespace