Gets an array of extended items 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
声明
Public Function GetExtendedItems ( _
    itemSpecs As ItemSpec(), _
    deletedState As DeletedState, _
    itemType As ItemType, _
    getItemsOptions As GetItemsOptions _
) As ExtendedItem()()
public ExtendedItem[][] GetExtendedItems(
    ItemSpec[] itemSpecs,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions getItemsOptions
)
public:
array<array<ExtendedItem^>^>^ GetExtendedItems(
    array<ItemSpec^>^ itemSpecs, 
    DeletedState deletedState, 
    ItemType itemType, 
    GetItemsOptions getItemsOptions
)
member GetExtendedItems : 
        itemSpecs:ItemSpec[] * 
        deletedState:DeletedState * 
        itemType:ItemType * 
        getItemsOptions:GetItemsOptions -> ExtendedItem[][] 
public function GetExtendedItems(
    itemSpecs : ItemSpec[], 
    deletedState : DeletedState, 
    itemType : ItemType, 
    getItemsOptions : GetItemsOptions
) : ExtendedItem[][]
Parameters
- itemSpecs
 Type: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSpec[]
 The item specifiers. May be server or local.
- deletedState
 Type: Microsoft.TeamFoundation.VersionControl.Client.DeletedState
 Flag specifying whether to included deleted items, not deleted items or both.
- itemType
 Type: Microsoft.TeamFoundation.VersionControl.Client.ItemType
 Flag specifying whether to include files, folders or both.
- getItemsOptions
 Type: Microsoft.TeamFoundation.VersionControl.Client.GetItemsOptions
 Options for getting items.
Return Value
Type: array<array<Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem[][]
An array of ExtendedItem arrays, each containing the matching ExtendedItem instances associated with each specified ItemSpec.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.