Event arguments for the Getting event.
Inheritance Hierarchy
System.Object
  System.EventArgs
    Microsoft.TeamFoundation.VersionControl.Client.GettingEventArgs
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Class GettingEventArgs _
    Inherits EventArgs
public class GettingEventArgs : EventArgs
public ref class GettingEventArgs : public EventArgs
type GettingEventArgs =  
    class
        inherit EventArgs
    end
public class GettingEventArgs extends EventArgs
The GettingEventArgs type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ChangeType | Gets the change type for this operation. | 
| .gif) | DeletionId | Gets the deletion ID of the target item in the Get action. | 
| .gif) | DiskUpdateAttempted | Gets a flag that describes whether a disk update was attempted (that is, this was not a preview operation). | 
| .gif) | IsDelete | Gets a flag that describes whether the Get operation will perform a delete action. | 
| .gif) | IsLatest | Gets a flag that describes whether the target of the Get operation is the latest version of the file. | 
| .gif) | ItemId | Gets the item ID that is being operated on. | 
| .gif) | ItemType | Gets the item type that is being operated on. | 
| .gif) | Properties | Gets a read-only collection of property-value pairs of this instance. | 
| .gif) | ServerItem | Gets the server item that is being operated on. | 
| .gif) | SourceLocalItem | Gets the source local path of the item. | 
| .gif) | Status | Gets the result of the Get operation. | 
| .gif) | TargetLocalItem | The target local path of the item. | 
| .gif) | Version | Gets the version of the target item in the Get action. | 
| .gif) | Workspace | Gets the workspace that was updated by this event. | 
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) | GetMessage | Gets a message that describes this event. | 
| .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 | Returns a string that represents the current object. (Inherited from Object.) | 
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.