Workspace.GetPendingChangesEnumerable Method

Gets an enumerable collection of the pending changes for this workspace.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public Function GetPendingChangesEnumerable As IEnumerable(Of PendingChange)
public IEnumerable<PendingChange> GetPendingChangesEnumerable()
public:
IEnumerable<PendingChange^>^ GetPendingChangesEnumerable()
member GetPendingChangesEnumerable : unit -> IEnumerable<PendingChange> 
public function GetPendingChangesEnumerable() : IEnumerable<PendingChange>

Return Value

Type: System.Collections.Generic.IEnumerable<PendingChange>
An enumerable collection of the pending changes for this workspace.

.NET Framework Security

See Also

Reference

Workspace Class

GetPendingChangesEnumerable Overload

Microsoft.TeamFoundation.VersionControl.Client Namespace