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
声明
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 | |
|---|---|---|
| .gif) | ChangeType | Gets the changetype of this item. | 
| .gif) | CheckinDate | Gets or sets the check-in date of this item. | 
| .gif) | DeletionId | Gets the deletion ID of this item. | 
| .gif) | Encoding | Gets the encoding of this item. | 
| .gif) | HasOtherPendingChange | Gets a flag that describes whether this item has another pending change. | 
| .gif) | IsBranch | Gets a flag that describes whether this item is a branch. | 
| .gif) | IsInWorkspace | Gets a flag that describes whether this file exists locally. | 
| .gif) | IsLatest | Gets a flag that describes whether this file is the latest. | 
| .gif) | ItemId | Gets the ID of this item. | 
| .gif) | ItemType | Gets the type of this item. | 
| .gif) | LocalItem | Gets the path to the local item that is associated with this instance. | 
| .gif) | LockOwner | Gets the lock owner of this item. | 
| .gif) | LockStatus | Gets the lock status of this item. | 
| .gif) | SourceServerItem | Gets the path to the source server item. | 
| .gif) | TargetServerItem | Gets the path to the target server item. | 
| .gif) | VersionLatest | Gets the latest version of this item. | 
| .gif) | VersionLocal | Gets the local version of this item. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | 
| .gif) | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .gif) | GetType | Gets the Type of the current instance. (Inherited from Object.) | 
| .gif) | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | 
| .gif) | 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.