This documentation is archived and is not being maintained.
ItemIdentifier Class
Visual Studio 2013
Represents a unique identifier for an item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The ItemIdentifier type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ItemIdentifier(String) | Creates an item identifier for an item. |
![]() | ItemIdentifier(Change) | Creates an item identifier from a change object. |
![]() | ItemIdentifier(String, VersionSpec) | Creates an item identifier for an item and specified version. |
![]() | ItemIdentifier(String, VersionSpec, Int32) | Creates an item identifier with the item and specified version |
| Name | Description | |
|---|---|---|
![]() | ChangeType | Gets the change type of the item. |
![]() | DeletionId | Gets the deletion ID of the item identifier, this is intentionally internal as we want to eventually obsolete DeletionId, use IsDeleted instead |
![]() | IsDeleted | Checks whether the item is deleted at the VersionSpec version. |
![]() | Item | Gets or sets the item that is associated with this ItemIdentifier. |
![]() | Version | Gets or sets the version that is associated with this ItemIdentifier. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Equals(ItemIdentifier) | Compares this item identifier to another. |
![]() | 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 describes the properties of this ItemIdentifier. (Overrides Object::ToString().) |
Show:
