Repository.PendChanges 方法
调用执行添加,则签出,分支,重命名,删除,依此类推。
提交的更改可能包含通配符和递归标志。 通配符和递归将展开,并成功pended的更改列表将返回。
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function PendChanges ( _
workspaceName As String, _
ownerName As String, _
changes As ChangeRequest(), _
pendChangesOptions As Integer, _
supportedFeatures As Integer, _
<OutAttribute> ByRef failures As List(Of Failure) _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> PendChanges(
string workspaceName,
string ownerName,
ChangeRequest[] changes,
int pendChangesOptions,
int supportedFeatures,
out List<Failure> failures
)
参数
- workspaceName
类型:System.String
工作区名称pend更改的。
- ownerName
类型:System.String
工作区的所有者pend的更改(包括字段)。
- changes
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ChangeRequest[]
一些描述更改的ChangeRequest对象进行。
- pendChangesOptions
类型:System.Int32
设置PendChanges选项(PendChangeOptions枚举整数表示)。GetLatestOnCheckout:为指示挂起的编辑,首先同步客户端对项目的最新版本将返回GetOps客户端应执行下载。
- supportedFeatures
类型:System.Int32
客户端支持的功能,包含SupportedFeatures枚举的组合值的整数。
- failures
类型:System.Collections.Generic.List<Failure>%
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
一些描述更改的GetOperation对象成功进行
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。