Freigeben über


Repository4.QueryItemsExtended-Methode

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryItemsExtended ( _
    workspaceName As String, _
    workspaceOwner As String, _
    items As ItemSpec(), _
    deletedState As DeletedState, _
    itemType As ItemType, _
    options As Integer, _
    itemPropertyFilters As String() _
) As List(Of StreamingCollection(Of ExtendedItem))
[WebMethodAttribute]
public List<StreamingCollection<ExtendedItem>> QueryItemsExtended(
    string workspaceName,
    string workspaceOwner,
    ItemSpec[] items,
    DeletedState deletedState,
    ItemType itemType,
    int options,
    string[] itemPropertyFilters
)

Parameter

Rückgabewert

Typ: System.Collections.Generic.List<StreamingCollection<ExtendedItem>>

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository4 Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace