Share via


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

获取数组符合指定的条件在储存库的 ExtendedItem 对象,每 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, _
    options As GetItemsOptions, _
    itemPropertyFilters As String() _
) As ExtendedItem()()
public ExtendedItem[][] GetExtendedItems(
    ItemSpec[] itemSpecs,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions options,
    string[] itemPropertyFilters
)

参数

  • itemPropertyFilters
    类型:array<System.String[]
    项目属性筛选器。

返回值

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

.NET Framework 安全性

请参见

参考

VersionControlServer 类

GetExtendedItems 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间