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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.