BuildImpactedTests.CodeChanges Property
Namespace: Microsoft.TeamFoundation.TestImpact.Client
Assembly: Microsoft.TeamFoundation.TestImpact.Client (in Microsoft.TeamFoundation.TestImpact.Client.dll)
Syntax
'Declaration
Public ReadOnly Property CodeChanges As ReadOnlyCollection(Of CodeChange)
public ReadOnlyCollection<CodeChange> CodeChanges { get; }
public:
property ReadOnlyCollection<CodeChange^>^ CodeChanges {
ReadOnlyCollection<CodeChange^>^ get ();
}
member CodeChanges : ReadOnlyCollection<CodeChange>
function get CodeChanges () : ReadOnlyCollection<CodeChange>
Property Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<CodeChange>
.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.