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
)
参数
- requestContext
类型:Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
请求上下文。
- shelvesetName
类型:System.String
(可选) 指示与给定的只有搁置集应具有其已更新的创建日期。
- ownerName
类型:System.String
必需。标识
- cutOffDate
类型:System.Nullable<DateTime>
(可选) 指示创建日期是的那些搁置集,在所提供的时间戳应更新之前。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。