This documentation is archived and is not being maintained.
Shelveset Class
Visual Studio 2013
The Shelveset represents the metadata for a set of shelved changes.
Namespace: Microsoft.TeamFoundation.VersionControl.Server
Assembly: Microsoft.TeamFoundation.VersionControl.Server (in Microsoft.TeamFoundation.VersionControl.Server.dll)
The Shelveset type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangesExcluded | ChangesExcluded is set when some of the changes in the shelveset were not returned to the caller. |
![]() | CheckinNote | Checkin note associated with this shelveset. |
![]() | Comment | Comment describing the shelveset. |
![]() | CreationDate | Date/Time the changes were shelved. |
![]() | Links | List of Urls linked with this shelveset. |
![]() | Name | Shelveset name. Unique only for a given Owner. |
![]() | Owner | Identity name of the user who owns this shelveset. |
![]() | OwnerDisplayName | Display name of the user who owns this shelveset. |
![]() | OwnerUniqueName | Unique name of the user who owns this shelveset. |
![]() | PolicyOverrideComment | User supplied comment describing why the policy failed. May be null. |
![]() | Properties | Changeset properties. |
| 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.) |
![]() | GetArtifactSpec | Returns the artifact spec for this 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:
