This documentation is archived and is not being maintained.
ExtendedItem Class
Visual Studio 2013
Describes an extended item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The ExtendedItem type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ChangeType | Gets the changetype of this item. |
![]() | CheckinDate | Gets or sets the check-in date of this item. |
![]() | DeletionId | Gets the deletion ID of this item. |
![]() | Encoding | Gets the encoding of this item. |
![]() | HasOtherPendingChange | Gets a flag that describes whether this item has another pending change. |
![]() | IsBranch | Gets a flag that describes whether this item is a branch. |
![]() | IsInWorkspace | Gets a flag that describes whether this file exists locally. |
![]() | IsLatest | Gets a flag that describes whether this file is the latest. |
![]() | ItemId | Gets the ID of this item. |
![]() | ItemType | Gets the type of this item. |
![]() | LocalItem | Gets the path to the local item that is associated with this instance. |
![]() | LockOwner | Gets the lock owner of this item. |
![]() | LockOwnerDisplayName | Display name of the user who holds the lock on this item (if any). |
![]() | LockStatus | Gets the lock status of this item. |
![]() | PropertyValues | Gets a collection of property values for this item. |
![]() | SourceServerItem | Gets the path to the source server item. |
![]() | TargetServerItem | Gets the path to the target server item. |
![]() | VersionLatest | Gets the latest version of this item. |
![]() | VersionLocal | Gets the local version of this item. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Creates a user-readable string that summarizes the properties of this Extended Item class. (Overrides Object::ToString().) |
Show:
