Partager via


Workspace.QueryPendingSets, méthode (array<ItemSpec[], String, String, Boolean, array<String[])

Obtient les modifications en attente pour la requête spécifiée.

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

Syntaxe

'Déclaration
Public Function QueryPendingSets ( _
    itemSpecs As ItemSpec(), _
    queryWorkspaceName As String, _
    queryUserName As String, _
    includeDownloadInfo As Boolean, _
    itemPropertyFilters As String() _
) As PendingSet()
public PendingSet[] QueryPendingSets(
    ItemSpec[] itemSpecs,
    string queryWorkspaceName,
    string queryUserName,
    bool includeDownloadInfo,
    string[] itemPropertyFilters
)

Paramètres

  • queryWorkspaceName
    Type : System.String
    Nom de l'espace de travail.Ce paramètre peut être null.
  • queryUserName
    Type : System.String
    Nom d'utilisateur.Ce paramètre peut être null.
  • includeDownloadInfo
    Type : System.Boolean
    True pour inclure les informations requises aux fichiers téléchargés.False pour ne pas inclure des informations supplémentaires.
  • itemPropertyFilters
    Type : array<System.String[]
    Liste de filtres de propriété.

Valeur de retour

Type : array<Microsoft.TeamFoundation.VersionControl.Client.PendingSet[]
Tableau d'ensembles en attente avec les modifications en attente des éléments du serveur.

Sécurité .NET Framework

Voir aussi

Référence

Workspace Classe

QueryPendingSets, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms