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
- workspaceName
Typ: System.String
Name des Arbeitsbereichs.
- workspaceOwner
Typ: System.String
Besitzer des Arbeitsbereichs.
- itemSpecs
Typ: array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
Rückgabewert
Typ: System.Collections.Generic.List<StreamingCollection<LocalVersion>>
Eine Liste der lokalen Elemente.
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.