Partager via


Workspace.GetPendingChangesEnumerable, méthode (String)

Obtient une collection énumérable des modifications en attente pour l'élément spécifié dans cet espace de travail.

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

Syntaxe

'Déclaration
Public Function GetPendingChangesEnumerable ( _
    item As String _
) As IEnumerable(Of PendingChange)
public IEnumerable<PendingChange> GetPendingChangesEnumerable(
    string item
)

Paramètres

  • item
    Type : System.String
    L'élément pour lequel obtenir des modifications en attente.

Valeur de retour

Type : System.Collections.Generic.IEnumerable<PendingChange>
Une collection énumérable des modifications en attente pour l'élément spécifié dans cet espace de travail.

Sécurité .NET Framework

Voir aussi

Référence

Workspace Classe

GetPendingChangesEnumerable, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms