GetStatus Class
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 | |
---|---|---|
![]() |
HaveResolvableWarnings | Gets a flag that indicates whether at least one warning can be resolved. |
![]() |
NoActionNeeded | Gets a flag that indicates whether no failures and no operations occurred. |
![]() |
NumConflicts | Gets the number of conflicts that the Get operation encountered. |
![]() |
NumFailures | Gets the number of failures that resulted from the Get operation. |
![]() |
NumOperations | Gets the number of Get operations that the server returned. |
![]() |
NumUpdated | Gets the number of Get operations that updated the workspace. |
![]() |
NumWarnings | Gets the number of warnings that the Get operation encountered. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Combine | Combines another GetStatus instance with this instance. |
![]() |
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.) |
![]() |
GetFailures | Gets an array of failures that result from the Get operation. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
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.