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
- 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