Workspace.GetExtendedItems 方法 (array<ItemSpec[], DeletedState, ItemType, GetItemsOptions, array<String[])

对于每个输入 ItemSpec,检索符合指定的条件扩展的项列表在储存库中。 如果“路径”参数是文件,则返回包含该文件的安装项目。 如果“路径是”文件夹,返回该文件夹包含所有项目的安装项目。 如果“路径”包含通配符,返回与通配符的设置在指定的文件夹中。

命名空间:  Microsoft.TeamFoundation.VersionControl.Client
程序集:  Microsoft.TeamFoundation.VersionControl.Client(在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)

语法

声明
Public Function GetExtendedItems ( _
    itemSpecs As ItemSpec(), _
    deletedState As DeletedState, _
    itemType As ItemType, _
    getItemsOptions As GetItemsOptions, _
    itemPropertyFilters As String() _
) As ExtendedItem()()
public ExtendedItem[][] GetExtendedItems(
    ItemSpec[] itemSpecs,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions getItemsOptions,
    string[] itemPropertyFilters
)

参数

  • itemPropertyFilters
    类型:array<System.String[]
    查询的属性列表。

返回值

类型:array<array<Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem[][]
ExtendedItem 数组,包含匹配的 ExtendedItem 实例的每个与每个指定的项规范的项。

.NET Framework 安全性

请参阅

参考

Workspace 类

GetExtendedItems 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间