This documentation is archived and is not being maintained.

VersionControlServer.GetExtendedItems Method (ItemSpec(), DeletedState, ItemType, GetItemsOptions, String())

Gets an array of ExtendedItem objects in the repository that match the specified criteria, for each ItemSpec.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

'Declaration
Public Function GetExtendedItems ( _
	itemSpecs As ItemSpec(), _
	deletedState As DeletedState, _
	itemType As ItemType, _
	options As GetItemsOptions, _
	itemPropertyFilters As String() _
) As ExtendedItem()()

Parameters

itemSpecs
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemSpec()

The item specifiers for the item(s), may be server or local.

deletedState
Type: Microsoft.TeamFoundation.VersionControl.Client.DeletedState

A flag describing whether to return deleted items and/or non-deleted items.

itemType
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemType

A flag describing whether to return files and/or folders.

options
Type: Microsoft.TeamFoundation.VersionControl.Client.GetItemsOptions

Options for the get operation (see GetItemsOptions).

itemPropertyFilters
Type: System.String()

The item property filter.

Return Value

Type: Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem()()
An array containing the matching ExtendedItem instances associated with each specified ItemSpec.

Show: