共用方式為


RepositoryExtensions.Get 方法

呼叫用戶端對指定的版本與同步處理工作區。 傳回"to",用戶端無法下載來更新使用者的本機工作複本的檔案清單。

命名空間:  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(), _
    maxResults As Integer, _
    options As Integer, _
    propertyNameFilters As String() _
) As List(Of StreamingCollection(Of GetOperation))
[WebMethodAttribute]
public List<StreamingCollection<GetOperation>> Get(
    string workspaceName,
    string ownerName,
    GetRequest[] requests,
    int maxResults,
    int options,
    string[] propertyNameFilters
)

參數

  • workspaceName
    型別:System.String
    若要更新工作區的名稱。
  • ownerName
    型別:System.String
    工作區的擁有者使用者名稱,其中包含網域。
  • maxResults
    型別:System.Int32
    限制可以傳回結果的總數。
  • options
    型別:System.Int32
    取得作業的選項的點陣圖。
  • propertyNameFilters
    型別:array<System.String[]
    要傳回的每個 GetOperation 的建立版本的項目內容的清單。

傳回值

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

.NET Framework 安全性

請參閱

參考

RepositoryExtensions 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間