Поделиться через


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 - пространство имен