共用方式為


Repository.Get 方法

由用戶端呼叫以特定的版本同步處理工作區。 傳回「完成」檔案清單的用戶端可以下載更新使用者的本機工作複本。

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

語法

'宣告
<WebMethodAttribute> _
Public Function Get ( _
    workspaceName As String, _
    ownerName As String, _
    requests As GetRequest(), _
    force As Boolean, _
    noGet As Boolean, _
    maxResults As Integer, _
    options As Integer _
) As List(Of StreamingCollection(Of GetOperation))
[WebMethodAttribute]
public List<StreamingCollection<GetOperation>> Get(
    string workspaceName,
    string ownerName,
    GetRequest[] requests,
    bool force,
    bool noGet,
    int maxResults,
    int options
)

參數

  • workspaceName
    型別:System.String
    更新的工作區名稱。
  • ownerName
    型別:System.String
    工作區擁有人包含網域的使用者名稱。
  • force
    型別:System.Boolean
    如果為 true,則取得,即使用戶端根據 LocalVersion 資料表為最新狀態。
  • noGet
    型別:System.Boolean
    如果沒有取得提供這個告知用戶端不想擷取項目的伺服器。它會呼叫以取得資訊的命令。
  • maxResults
    型別:System.Int32
    限制可傳回結果的總數。
  • options
    型別:System.Int32
    選取點陣圖取得作業。

傳回值

型別:System.Collections.Generic.List<StreamingCollection<GetOperation>>
每一個要求一個結果。

.NET Framework 安全性

請參閱

參考

Repository 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間