This documentation is archived and is not being maintained.
PendingSet Class
Visual Studio 2013
Object representing a series of pending changes grouped into a set.
For instance each workspace contains a pending set.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
The PendingSet type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Computer | This is the computer the pending changes reside on |
![]() | Name | This is the workspace or shelveset the pending changes belong to |
![]() | OwnerDisplayName | This is the display name of the owner of the pending changes and the containing workspace |
![]() | OwnerName | This is the owner of the pending changes and the containing workspace |
![]() | Ownership | True if the authorized user is the owner of this pending set. |
![]() | OwnershipValue | |
![]() | OwnerUniqueName | This is the owner of the pending changes and the containing workspace |
![]() | PendingChanges | This is the list of changes associated with this pending set. |
![]() | PendingChangeSignature | For a local workspace, indicates the pending change signature for the pending set. |
![]() | Type | Indicates whether this is a shelveset or a workspace. |
| 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:
