VersionControlServer.GetExtendedItems Method (array<ItemSpec , DeletedState, ItemType, GetItemsOptions)

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)

Syntax

'Declaration
Public Function GetExtendedItems ( _
    itemSpecs As ItemSpec(), _
    deletedState As DeletedState, _
    itemType As ItemType, _
    options As GetItemsOptions _
) As ExtendedItem()()
public ExtendedItem[][] GetExtendedItems(
    ItemSpec[] itemSpecs,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions options
)
public:
array<array<ExtendedItem^>^>^ GetExtendedItems(
    array<ItemSpec^>^ itemSpecs, 
    DeletedState deletedState, 
    ItemType itemType, 
    GetItemsOptions options
)
member GetExtendedItems : 
        itemSpecs:ItemSpec[] * 
        deletedState:DeletedState * 
        itemType:ItemType * 
        options:GetItemsOptions -> ExtendedItem[][] 
public function GetExtendedItems(
    itemSpecs : ItemSpec[], 
    deletedState : DeletedState, 
    itemType : ItemType, 
    options : GetItemsOptions
) : ExtendedItem[][]

Parameters

Return Value

Type: array<array<Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem[][]
An array containing the matching ExtendedItem instances associated with each specified ItemSpec.

.NET Framework Security

See Also

Reference

VersionControlServer Class

GetExtendedItems Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace