Freigeben über


Repository.QueryLocalVersions-Methode

Fragt die lokalen Elementinformationen ab, die Benutzer in ihrem Arbeitsbereich besitzt.

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

Syntax

'Declaration
<WebMethodAttribute> _
Public Function QueryLocalVersions ( _
    workspaceName As String, _
    workspaceOwner As String, _
    itemSpecs As ItemSpec() _
) As List(Of StreamingCollection(Of LocalVersion))
[WebMethodAttribute]
public List<StreamingCollection<LocalVersion>> QueryLocalVersions(
    string workspaceName,
    string workspaceOwner,
    ItemSpec[] itemSpecs
)

Parameter

  • workspaceOwner
    Typ: System.String
    Besitzer des Arbeitsbereichs.

Rückgabewert

Typ: System.Collections.Generic.List<StreamingCollection<LocalVersion>>
Eine Liste der lokalen Elemente.

.NET Framework-Sicherheit

Siehe auch

Referenz

Repository Klasse

Microsoft.TeamFoundation.VersionControl.Server-Namespace