This documentation is archived and is not being maintained.
ItemSpec Class
Visual Studio 2013
Represents one or more files or folders on the local machine or on the version-control server.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The ItemSpec type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | ItemSpec(PendingChange) | Initializes a new ItemSpec instance. |
![]() | ItemSpec(String, RecursionType) | Initializes a new ItemSpec instance. |
![]() | ItemSpec(String, RecursionType, Int32) | Initializes a new ItemSpec instance. |
| Name | Description | |
|---|---|---|
![]() | DeletionId | Gets or sets the deletion ID of this item. |
![]() | Item | Gets or sets the item that is associated with this ItemSpec object. |
![]() | RecursionType | Gets or sets the recursion type of this item. For more information about how to use this property, see Team Foundation Build activities. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() ![]() | FromPendingChanges | Creates an array of ItemSpec objects out of an array of PendingChanges objects. |
![]() ![]() | FromStrings | Gets an array of ItemSpec objects from the specified array of local or server paths and a recursion level. |
![]() | 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 an ItemSpec object. (Overrides Object::ToString().) |
![]() ![]() | ToStrings | Creates an array of user-readable strings from an array of ItemSpec objects. |
Show:
