Represents an operation that is returned by the server to be used by the client to update the local disk.
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Interface ILocalUpdateOperation
public interface ILocalUpdateOperation
public interface class ILocalUpdateOperation
type ILocalUpdateOperation =  interface end
public interface ILocalUpdateOperation
The ILocalUpdateOperation type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | ChangeType | |
| .gif) | DeletionId | |
| .gif) | Ignore | Gets or sets a flag that describes whether to ignore this operation. | 
| .gif) | IsConflict | Gets a flag that describes whether this operation is detected by the server as being in conflict. | 
| .gif) | IsDelete | Gets a flag that describes whether this operation will result in deletion of the item from the local disk. | 
| .gif) | ItemId | |
| .gif) | ItemType | |
| .gif) | PendingChangeId | |
| .gif) | SourceLocalItem | Gets the local path where the item currently exists. | 
| .gif) | TargetLocalItem | Gets the local destination for the item. | 
| .gif) | TargetServerItem | Gets the server path of the item. | 
| .gif) | VersionLocal | Gets the current version of the workspace. | 
| .gif) | VersionServer | Gets the version that the workspace should have. | 
Top