This documentation is archived and is not being maintained.
GettingEventArgs Class
Visual Studio 2013
Event arguments for the Getting event.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
The GettingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Attributes | Gets the attributes associated with GettingEventArgs. |
![]() | ChangeType | Gets the change type for this operation. |
![]() | DeletionId | Gets the deletion ID of the target item in the Get action. |
![]() | DiskUpdateAttempted | Gets a flag that describes whether a disk update was tried (that is, this was not a preview operation). |
![]() | IsDelete | Gets a flag that describes whether the Get operation will perform a delete action. |
![]() | IsLatest | Gets a flag that describes whether the target of the Get operation is the latest version of the file. |
![]() | ItemId | Gets the item ID that is being operated on. |
![]() | ItemType | Gets the item type that is being operated on. |
![]() | OperationId | Gets or sets the operation identifier associated with GettingEventArgs. |
![]() | Properties | Obsolete. Gets a read-only collection of property-value pairs of this instance. |
![]() | PropertyValues | Gets the property values associated with GettingEventArgs. |
![]() | ServerItem | Gets the server item that is being operated on. |
![]() | SourceLocalItem | Gets the source local path of the item. |
![]() | SourceServerItem | The source server item being operated on. |
![]() | Status | Gets the result of the Get operation. |
![]() | TargetLocalItem | The target local path of the item. |
![]() | Total | This is the total number of operations to be processed. |
![]() | Version | Gets the version of the target item in the Get action. |
![]() | Workspace | Gets the workspace that was updated by this event. |
| Name | Description | |
|---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetMessage | Gets a message that states this event. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Show:
