Partager via


Repository.QueryLocalVersions, méthode

Interroge les informations d'élément local qu'un utilisateur dans leur espace de travail.

Espace de noms :  Microsoft.TeamFoundation.VersionControl.Server
Assembly :  Microsoft.TeamFoundation.VersionControl.Server (dans Microsoft.TeamFoundation.VersionControl.Server.dll)

Syntaxe

'Déclaration
<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
)

Paramètres

  • workspaceName
    Type : System.String
    Nom de l'espace de travail.
  • workspaceOwner
    Type : System.String
    Propriétaire de l'espace de travail.

Valeur de retour

Type : System.Collections.Generic.List<StreamingCollection<LocalVersion>>
Liste d'éléments locaux.

Sécurité .NET Framework

Voir aussi

Référence

Repository Classe

Microsoft.TeamFoundation.VersionControl.Server, espace de noms