Share via


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

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, _
    itemPropertyFilters As String(), _
    itemAttributeFilters As String() _
) As ItemSet()
public ItemSet[] GetItems(
    ItemSpec[] itemSpecs,
    VersionSpec version,
    DeletedState deletedState,
    ItemType itemType,
    GetItemsOptions options,
    string[] itemPropertyFilters,
    string[] itemAttributeFilters
)

Parameter

  • itemPropertyFilters
    Typ: array<System.String[]
    Der Elementeigenschaftenfilter
  • itemAttributeFilters
    Typ: array<System.String[]
    Der Elementattributfilter.

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