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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。