Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the enumerable collection of pending changes to check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property PendingChanges As IEnumerable(Of PendingChange)
public IEnumerable<PendingChange> PendingChanges { get; private set; }
public:
property IEnumerable<PendingChange^>^ PendingChanges {
IEnumerable<PendingChange^>^ get ();
private: void set (IEnumerable<PendingChange^>^ value);
}
member PendingChanges : IEnumerable<PendingChange> with get, private set
function get PendingChanges () : IEnumerable<PendingChange>
private function set PendingChanges (value : IEnumerable<PendingChange>)
Property Value
Type: System.Collections.Generic.IEnumerable<PendingChange>
The enumerable collection of pending changes to check-in.
.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.