Represents the status of a Workspace.Get operation.
Inheritance Hierarchy
System.Object
  Microsoft.TeamFoundation.VersionControl.Client.GetStatus
Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
声明
Public Class GetStatus
public class GetStatus
public ref class GetStatus
type GetStatus =  class end
public class GetStatus
The GetStatus type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| .gif) | HaveResolvableWarnings | Gets a flag that indicates whether at least one warning can be resolved. | 
| .gif) | NoActionNeeded | Gets a flag that indicates whether no failures and no operations occurred. | 
| .gif) | NumConflicts | Gets the number of conflicts that the Get operation encountered. | 
| .gif) | NumFailures | Gets the number of failures that resulted from the Get operation. | 
| .gif) | NumOperations | Gets the number of Get operations that the server returned. | 
| .gif) | NumUpdated | Gets the number of Get operations that updated the workspace. | 
| .gif) | NumWarnings | Gets the number of warnings that the Get operation encountered. | 
Top
Methods
| Name | Description | |
|---|---|---|
| .gif) | Combine | Combines another GetStatus instance with this instance. | 
| .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) | GetFailures | Gets an array of failures that result from the Get operation. | 
| .gif) | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | 
| .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.