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
    项目的路径,这可能是服务器或本地。

返回值

类型:Microsoft.TeamFoundation.VersionControl.Client.ItemSet
数组与路径的 Item 对象。

.NET Framework 安全性

请参见

参考

VersionControlServer 类

GetItems 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间