ExtendedItem Class

Describes an extended item.

Inheritance Hierarchy

System.Object
  Microsoft.TeamFoundation.VersionControl.Client.ExtendedItem

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Syntax

'Declaration
Public NotInheritable Class ExtendedItem
public sealed class ExtendedItem
public ref class ExtendedItem sealed
[<Sealed>]
type ExtendedItem =  class end
public final class ExtendedItem

The ExtendedItem type exposes the following members.

Properties

  Name Description
Public property ChangeType Gets the changetype of this item.
Public property CheckinDate Gets or sets the check-in date of this item.
Public property DeletionId Gets the deletion ID of this item.
Public property Encoding Gets the encoding of this item.
Public property HasOtherPendingChange Gets a flag that describes whether this item has another pending change.
Public property IsBranch Gets a flag that describes whether this item is a branch.
Public property IsInWorkspace Gets a flag that describes whether this file exists locally.
Public property IsLatest Gets a flag that describes whether this file is the latest.
Public property ItemId Gets the ID of this item.
Public property ItemType Gets the type of this item.
Public property LocalItem Gets the path to the local item that is associated with this instance.
Public property LockOwner Gets the lock owner of this item.
Public property LockOwnerDisplayName Display name of the user who holds the lock on this item (if any).
Public property LockStatus Gets the lock status of this item.
Public property PropertyValues Gets a collection of property values for this item.
Public property SourceServerItem Gets the path to the source server item.
Public property TargetServerItem Gets the path to the target server item.
Public property VersionLatest Gets the latest version of this item.
Public property VersionLocal Gets the local version of this item.

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Creates a user-readable string that summarizes the properties of this Extended Item class. (Overrides Object.ToString().)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.TeamFoundation.VersionControl.Client Namespace