TeamFoundationVersionControlService.GetLatestChangeset 方法

检索最新的变更集的变更集编号在储存库。

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

语法

声明
Public Function GetLatestChangeset ( _
    requestContext As TeamFoundationRequestContext _
) As Integer
public int GetLatestChangeset(
    TeamFoundationRequestContext requestContext
)

参数

返回值

类型:System.Int32
在储存库的最新的变更集。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间