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