Compartir a través de


Repository4.QueryPendingSetsWithLocalWorkspaces (Método)

Espacio de nombres:  Microsoft.TeamFoundation.VersionControl.Server
Ensamblado:  Microsoft.TeamFoundation.VersionControl.Server (en Microsoft.TeamFoundation.VersionControl.Server.dll)

Sintaxis

'Declaración
<WebMethodAttribute> _
Public Function QueryPendingSetsWithLocalWorkspaces ( _
    localWorkspaceName As String, _
    localWorkspaceOwner As String, _
    queryWorkspaceName As String, _
    ownerName As String, _
    itemSpecs As ItemSpec(), _
    generateDownloadUrls As Boolean, _
    itemPropertyFilters As String(), _
    <OutAttribute> ByRef failures As StreamingCollection(Of Failure) _
) As StreamingCollection(Of PendingSet)
[WebMethodAttribute]
public StreamingCollection<PendingSet> QueryPendingSetsWithLocalWorkspaces(
    string localWorkspaceName,
    string localWorkspaceOwner,
    string queryWorkspaceName,
    string ownerName,
    ItemSpec[] itemSpecs,
    bool generateDownloadUrls,
    string[] itemPropertyFilters,
    out StreamingCollection<Failure> failures
)

Parámetros

Valor devuelto

Tipo: Microsoft.TeamFoundation.Framework.Server.StreamingCollection<PendingSet>
Devuelva StreamingCollection<T>.

Seguridad de .NET Framework

Vea también

Referencia

Repository4 Clase

Microsoft.TeamFoundation.VersionControl.Server (Espacio de nombres)