共用方式為


TeamFoundationVersionControlService.CheckPendingChanges 方法 (TeamFoundationRequestContext, String, String, array<String[], PathLength)

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
Public Function CheckPendingChanges ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    ownerName As String, _
    serverItems As String(), _
    maxClientPathLength As PathLength _
) As List(Of Failure)
public List<Failure> CheckPendingChanges(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string ownerName,
    string[] serverItems,
    PathLength maxClientPathLength
)

參數

傳回值

型別:System.Collections.Generic.List<Failure>

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

CheckPendingChanges 多載

Microsoft.TeamFoundation.VersionControl.Server 命名空間