Share via


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

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

语法

声明
Public Function GetItems ( _
    itemSpecs As ItemSpec(), _
    version As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    options As GetItemsOptions, _
    itemPropertyFilters As String(), _
    itemAttributeFilters As String() _
) As ItemSet()
public ItemSet[] GetItems(
    ItemSpec[] itemSpecs,
    VersionSpec version,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions options,
    string[] itemPropertyFilters,
    string[] itemAttributeFilters
)

参数

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

返回值

类型:array<Microsoft.TeamFoundation.VersionControl.Client.ItemSet[]
与路径的数组项目。

.NET Framework 安全性

请参见

参考

VersionControlServer 类

GetItems 重载

Microsoft.TeamFoundation.VersionControl.Client 命名空间