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