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.
- itemSpecs
Type : array<Microsoft.TeamFoundation.VersionControl.Server.ItemSpec[]
Valeur de retour
Type : System.Collections.Generic.List<StreamingCollection<LocalVersion>>
Liste d'éléments locaux.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.TeamFoundation.VersionControl.Server, espace de noms