Share via


VersionControlServer.GetItems-Methode (array<ItemSpec[], VersionSpec, DeletedState, ItemType, GetItemsOptions)

Ruft ein Array Item-Objekte im Repository ab, die den angegebenen Pfad und die Version übereinstimmen.

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

Syntax

'Declaration
Public Function GetItems ( _
    itemSpecs As ItemSpec(), _
    version As VersionSpec, _
    deletedState As DeletedState, _
    itemType As ItemType, _
    options As GetItemsOptions _
) As ItemSet()
public ItemSet[] GetItems(
    ItemSpec[] itemSpecs,
    VersionSpec version,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions options
)

Parameter

Rückgabewert

Typ: array<Microsoft.TeamFoundation.VersionControl.Client.ItemSet[]
Ein Array Elemente, die den Pfad übereinstimmen.

.NET Framework-Sicherheit

Siehe auch

Referenz

VersionControlServer Klasse

GetItems-Überladung

Microsoft.TeamFoundation.VersionControl.Client-Namespace