VersionControlServer.GetItems 方法 (String, VersionSpec, RecursionType, DeletedState, ItemType)
從儲存機制取得陣列符合指定之 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 _
) As ItemSet
public ItemSet GetItems(
string path,
VersionSpec version,
RecursionType recursion,
DeletedState deletedState,
ItemType itemType
)
參數
- 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
描述的旗標是否傳回檔案和資料夾。
傳回值
類型:Microsoft.TeamFoundation.VersionControl.Client.ItemSet
Item 物件的陣列與路徑。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。