GettingEventArgs Class
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
'Declaration
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 | |
---|---|---|
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. |
Top
Methods
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 a hash function for a particular type. (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.) |
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.