TfvcChangeset.Changes 属性

命名空间:  Microsoft.TeamFoundation.SourceControl.WebApi
程序集:  Microsoft.TeamFoundation.SourceControl.WebApi(在 Microsoft.TeamFoundation.SourceControl.WebApi.dll 中)

语法

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

属性值

类型:System.Collections.Generic.IEnumerable<TfvcChange>

.NET Framework 安全性

请参阅

参考

TfvcChangeset 类

Microsoft.TeamFoundation.SourceControl.WebApi 命名空间