Partager via


ChangeList<T>.Changes, propriété

Espace de noms :  Microsoft.TeamFoundation.SourceControl.WebApi
Assembly :  Microsoft.TeamFoundation.SourceControl.WebApi (dans Microsoft.TeamFoundation.SourceControl.WebApi.dll)

Syntaxe

'Déclaration
<DataMemberAttribute(Name := "changes", EmitDefaultValue := False)> _
Public Property Changes As IEnumerable(Of Change(Of T))
[DataMemberAttribute(Name = "changes", EmitDefaultValue = false)]
public IEnumerable<Change<T>> Changes { get; set; }

Valeur de propriété

Type : System.Collections.Generic.IEnumerable<Change<T>>

Sécurité .NET Framework

Voir aussi

Référence

ChangeList<T> Classe

Microsoft.TeamFoundation.SourceControl.WebApi, espace de noms