This documentation is archived and is not being maintained.
PendingChangesItem Class
Visual Studio 2013
Extensibility object for selected items in changes section view.
Wraps for selected items in changes section of Pending Changes Page.
This wraps selected items that might be a pending change or a placeholder folder.
Namespace: Microsoft.TeamFoundation.VersionControl.Controls.Extensibility
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
The PendingChangesItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | IsPendingChange | True if wraps an actual pending change. |
![]() | ItemPath | The local path for this item |
![]() | PendingChange | The Pending Change being wrapped. Can be null. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
