Freigeben über


TfvcChangeset.Changes-Eigenschaft

Namespace:  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly:  Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntax

'Declaration
<DataMemberAttribute(EmitDefaultValue := False)> _
Public Property Changes As IEnumerable(Of TfvcChange)
[DataMemberAttribute(EmitDefaultValue = false)]
public IEnumerable<TfvcChange> Changes { get; set; }

Eigenschaftswert

Typ: System.Collections.Generic.IEnumerable<TfvcChange>

.NET Framework-Sicherheit

Siehe auch

Referenz

TfvcChangeset Klasse

Microsoft.TeamFoundation.SourceControl.WebApi-Namespace