This documentation is archived and is not being maintained.

Workspace::GetExtendedItems Method (array<ItemSpec>, DeletedState, ItemType)

Gets an array of extended items in the version-control repository that match the criteria that are specified in each ItemSpec.

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

public:
array<array<ExtendedItem^>^>^ GetExtendedItems(
	array<ItemSpec^>^ itemSpecs, 
	DeletedState deletedState, 
	ItemType itemType
)

Parameters

itemSpecs
Type: array<Microsoft.TeamFoundation.VersionControl.Client::ItemSpec>

The specifiers for each item, which may be on the server or a local computer.

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

A flag that specifies whether to include items that are deleted, items that are not deleted, or both.

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

A flag that specifies whether to include files, folders, or both.

Return Value

Type: array<array<Microsoft.TeamFoundation.VersionControl.Client::ExtendedItem>>
An array of ExtendedItem arrays, each of which contains the matching ExtendedItem instances that are associated with each specified ItemSpec.

Show: