Share via


TeamFoundationVersionControlService.UpdateShelvesetCreationTime 方法

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

语法

声明
Public Sub UpdateShelvesetCreationTime ( _
    requestContext As TeamFoundationRequestContext, _
    shelvesetName As String, _
    ownerName As String, _
    cutOffDate As Nullable(Of DateTime) _
)
public void UpdateShelvesetCreationTime(
    TeamFoundationRequestContext requestContext,
    string shelvesetName,
    string ownerName,
    Nullable<DateTime> cutOffDate
)

参数

  • shelvesetName
    类型:System.String
    (可选) 指示与给定的只有搁置集应具有其已更新的创建日期。
  • cutOffDate
    类型:System.Nullable<DateTime>
    (可选) 指示创建日期是的那些搁置集,在所提供的时间戳应更新之前。

.NET Framework 安全性

请参阅

参考

TeamFoundationVersionControlService 类

Microsoft.TeamFoundation.VersionControl.Server 命名空间