共用方式為


TeamFoundationVersionControlService.Shelve 方法 (TeamFoundationRequestContext, String, String, array<String[], Shelveset, Boolean, PathLength)

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

語法

'宣告
Public Function Shelve ( _
    requestContext As TeamFoundationRequestContext, _
    workspaceName As String, _
    workspaceOwner As String, _
    serverItems As String(), _
    shelveset As Shelveset, _
    replace As Boolean, _
    maxClientPathLength As PathLength _
) As List(Of Failure)
public List<Failure> Shelve(
    TeamFoundationRequestContext requestContext,
    string workspaceName,
    string workspaceOwner,
    string[] serverItems,
    Shelveset shelveset,
    bool replace,
    PathLength maxClientPathLength
)

參數

傳回值

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

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Shelve 多載

Microsoft.TeamFoundation.VersionControl.Server 命名空間