VersionControlServer.GetItems 方法 (String, VersionSpec, RecursionType, DeletedState, ItemType, Boolean)
從儲存機制取得陣列符合指定之 path的 Item 物件。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Function GetItems ( _
path As String, _
version As VersionSpec, _
recursion As RecursionType, _
deletedState As DeletedState, _
itemType As ItemType, _
includeDownloadInfo As Boolean _
) As ItemSet
public ItemSet GetItems(
string path,
VersionSpec version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType,
bool includeDownloadInfo
)
參數
- path
型別:System.String
項目的路徑,可能是伺服器或區域。
- version
型別:Microsoft.TeamFoundation.VersionControl.Client.VersionSpec
項目的版本。
- recursion
型別:Microsoft.TeamFoundation.VersionControl.Client.RecursionType
描述的旗標是否應該從子資料夾清單項目。
- deletedState
型別:Microsoft.TeamFoundation.VersionControl.Client.DeletedState
描述的傳回旗標是否已刪除項目及/或非刪除項目。
- itemType
型別:Microsoft.TeamFoundation.VersionControl.Client.ItemType
描述的旗標是否傳回檔案和資料夾。
- includeDownloadInfo
型別:System.Boolean
true 表示取得資訊需要下載檔案。指定 false 節省頻寬,如果不需要。
傳回值
型別:Microsoft.TeamFoundation.VersionControl.Client.ItemSet
包含與 ItemSet 物件的 Item 物件的集合。
備註
True 只設定的 includeDownloadInfo ,如果要下載檔案使用傳回的物件。 呼叫會更快速且需要較少的頻寬,當 includeDownloadInfo 為 false (沒有指定它) 的多載的預設值。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。